Quicken
Surf faster than your mouse can handle!
Was ist Quicken?
Quicken ist eine Chrome-Erweiterung, die von Yigal Korman entwickelt wurde, und ihr Hauptmerkmal ist "Surf faster than your mouse can handle!".
Erweiterungsscreenshots
Quicken-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quicken-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ...
Grundlegende Informationen zur Erweiterung
Name | Quicken |
ID | bcnfaiaknkbbcmpeedkjjjcdmjlgbafo |
Offizielle URL | https://chromewebstore.google.com/detail/quicken/bcnfaiaknkbbcmpeedkjjjcdmjlgbafo |
Beschreibung | Surf faster than your mouse can handle! |
Dateigröße | 19.04 KB |
Installationsanzahl | 615 |
Aktuelle Version | 2.4 |
Letztes Update | 2014-05-21 |
Veröffentlichungsdatum | 2014-05-21 |
Bewertung | 3.43/5 Insgesamt 7 Bewertungen |
Entwickler | Yigal Korman |
Zahlungsart | free |
Erweiterungswebsite | http://ykorman.github.io/nextpage-chrome/ |
Hilfeseite URL | https://github.com/ykorman/nextpage-chrome/issues |
Unterstützte Sprachen | 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 } |