Quicken
Surf faster than your mouse can handle!
什麼是Quicken?
Quicken是由Yigal Korman開發的Chrome擴展程式,該擴展的主要功能是“Surf faster than your mouse can handle!”。
擴展截圖
下載Quicken擴展crx文件
下載Quicken擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Use the keyboard to browse the web - FORWARD!
When our icon appears in the omnibar - you can click the icon or use Ctrl+Right to go to the next page.
Note that you can also use Ctrl+Left to go back.
This feature works for sites where there's a next page to go to, like multi-page articles, forums and search results.
New! - Adding sites manually
Add a next button/link manually by right clicking on it and selecting "Set as Quicken Next" in the context menu.
Supported sites:
* Google, Yahoo and Bing search engines.
* Youtube search and playlists.
* Ars Technica, Reuters and other news sites.
* Blogspot based blogs.
* PHP-BB base forums.
* Wordpress based blogs.
* Tumblr sites.
* and many more ...                     擴展基本資訊
| 名稱 |   |  
| ID | bcnfaiaknkbbcmpeedkjjjcdmjlgbafo | 
| 官方網址 | https://chromewebstore.google.com/detail/quicken/bcnfaiaknkbbcmpeedkjjjcdmjlgbafo | 
| 簡介 | Surf faster than your mouse can handle! | 
| 檔案大小 | 19.04 KB | 
| 安裝次數 | 615 | 
| 目前版本 | 2.4 | 
| 更新時間 | 2014-05-21 | 
| 上架時間 | 2014-05-21 | 
| 評分 | 3.43/5 共 7 次評分 | 
| 開發者 | Yigal Korman | 
| 付費類型 | free | 
| 擴展官網 | http://ykorman.github.io/nextpage-chrome/ | 
| 說明頁面URL | https://github.com/ykorman/nextpage-chrome/issues | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quicken",
    "description": "Surf faster than your mouse can handle!",
    "version": "2.4",
    "short_name": "Accelerate Keyboard Browsing",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Open Next Page",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "humane.min.js",
                "mousetrap.min.js",
                "element_searcher.js"
            ],
            "css": [
                "libnotify.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}  |  |