Quicken

Surf faster than your mouse can handle!

Quicken क्या है?

Quicken Yigal Korman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf faster than your mouse can handle!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quicken एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 ...                    

एक्सटेंशन की मूल जानकारी

नाम Quicken Quicken
ID bcnfaiaknkbbcmpeedkjjjcdmjlgbafo
आधिकारिक URL 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
}