This repository was archived by the owner on Nov 15, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 757757 "message" : " Temporär alles erlauben" ,
758758 "description" : " English: Temporarily whitelist all"
759759 },
760- "commandOpenSettings " : {
761- "message" : " Einstellungen ... " ,
762- "description" : " English: Settings... "
760+ "commandOpenDashboard " : {
761+ "message" : " Einstellungen" ,
762+ "description" : " English: Open dashboard "
763763 },
764764
765765
Original file line number Diff line number Diff line change 757757 "message" : " Temporarily whitelist all" ,
758758 "description" : " English: Temporarily whitelist all"
759759 },
760- "commandOpenSettings " : {
761- "message" : " Settings... " ,
762- "description" : " English: Settings... "
760+ "commandOpenDashboard " : {
761+ "message" : " Open dashboard " ,
762+ "description" : " English: Open dashboard "
763763 },
764764
765765
Original file line number Diff line number Diff line change 757757 "message" : " Permettre temporairement tous les domaines la page" ,
758758 "description" : " English: Temporarily whitelist all"
759759 },
760- "commandOpenSettings " : {
761- "message" : " Paramètres... " ,
762- "description" : " English: Settings... "
760+ "commandOpenDashboard " : {
761+ "message" : " Paramètres" ,
762+ "description" : " English: Open dashboard "
763763 },
764764
765765
Original file line number Diff line number Diff line change 757757 "message" : " Temporarily whitelist all" ,
758758 "description" : " English: Temporarily whitelist all"
759759 },
760- "commandOpenSettings " : {
761- "message" : " Settings... " ,
762- "description" : " English: Settings... "
760+ "commandOpenDashboard " : {
761+ "message" : " Open dashboard " ,
762+ "description" : " English: Open dashboard "
763763 },
764764
765765
Original file line number Diff line number Diff line change 757757 "message" : " Temporarily whitelist all" ,
758758 "description" : " English: Temporarily whitelist all"
759759 },
760- "commandOpenSettings " : {
761- "message" : " Settings... " ,
762- "description" : " English: Settings... "
760+ "commandOpenDashboard " : {
761+ "message" : " Open dashboard " ,
762+ "description" : " English: Open dashboard "
763763 },
764764
765765
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ var onCommand = function(command) {
6868 case 'whitelist-all' :
6969 chrome . tabs . query ( { active : true } , whitelistAll ) ;
7070 break ;
71- case 'open-settings ' :
71+ case 'open-dashboard ' :
7272 chrome . runtime . sendMessage ( {
7373 what : 'gotoExtensionURL' ,
7474 url : 'dashboard.html'
Original file line number Diff line number Diff line change 4141 "mac" : " Command+Shift+W"
4242 }
4343 },
44- "open-settings " : {
45- "description" : " __MSG_commandOpenSettings__ " ,
44+ "open-dashboard " : {
45+ "description" : " __MSG_commandOpenDashboard__ " ,
4646 "suggested_key" : {
4747 "default" : " Alt+S" ,
4848 "mac" : " Command+Shift+S"
You can’t perform that action at this time.
0 commit comments