Quicken

Surf faster than your mouse can handle!

Qu'est-ce que Quicken ?

Quicken est une extension Chrome développée par Yigal Korman, et sa fonction principale est "Surf faster than your mouse can handle!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quicken

Téléchargez les fichiers d'extension Quicken au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Quicken Quicken
ID bcnfaiaknkbbcmpeedkjjjcdmjlgbafo
URL Officiel https://chromewebstore.google.com/detail/quicken/bcnfaiaknkbbcmpeedkjjjcdmjlgbafo
Description Surf faster than your mouse can handle!
Taille du Fichier 19.04 KB
Nombre d'Installations 615
Version Actuelle 2.4
Dernière Mise à Jour 2014-05-21
Date de Publication 2014-05-21
Évaluation 3.43/5 Total 7 Évaluations
Développeur Yigal Korman
Type de Paiement free
Site Web de l'Extension http://ykorman.github.io/nextpage-chrome/
URL de la Page d'Aide https://github.com/ykorman/nextpage-chrome/issues
Langues Prises en Charge 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
}