Commander
Command palette for Chrome.
什麼是Commander?
Commander是由https://ssundarraj.me開發的Chrome擴展程式,該擴展的主要功能是“Command palette for Chrome.”。
擴展截圖
下載Commander擴展crx文件
下載Commander擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page! Install, hit Ctrl+Y or Cmd+J and you're good to go!
擴展基本資訊
名稱 | Commander |
ID | bcjcolkhdoiogoclgfaoihpaininobdj |
官方網址 | https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj |
簡介 | Command palette for Chrome. |
檔案大小 | 11.72 KB |
安裝次數 | 248 |
目前版本 | 1.3.2 |
更新時間 | 2017-03-27 |
上架時間 | 2017-03-27 |
評分 | 4.92/5 共 12 次評分 |
開發者 | https://ssundarraj.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ssundarraj.me/commander |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Commander", "description": "Command palette for Chrome.", "version": "1.3.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Commander" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Y", "mac": "Command+J", "chromeos": "Ctrl+Y", "linux": "Ctrl+Y" } } } } |