Ace Jump
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
什麼是Ace Jump?
Ace Jump是由chylvina開發的Chrome擴展程式,該擴展的主要功能是“Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.”。
擴展截圖
下載Ace Jump擴展crx文件
下載Ace Jump擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Let you jump to another webpage without any mouse move/click. This extension is inspired by EMACS's ace jump. 1. When installed, press Alt + J (Command + J) in any webpage 2. It will mark all the hyperlinks in current webpage, with 3 letters at most 3. Input the letters in order then it will jump to that hyperlink That's it. Enjoy.
擴展基本資訊
名稱 | Ace Jump |
ID | dffnomheiaejjeadigfgnadlbfdbbhja |
官方網址 | https://chromewebstore.google.com/detail/ace-jump/dffnomheiaejjeadigfgnadlbfdbbhja |
簡介 | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
檔案大小 | 181 KB |
安裝次數 | 317 |
目前版本 | 1.0.0 |
更新時間 | 2014-05-03 |
上架時間 | 2014-05-03 |
評分 | 4.89/5 共 9 次評分 |
開發者 | chylvina |
付費類型 | free |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |