Swype Fast Navigation Button
Browse faster than ever with a fully configurable quick navigation button placed in your browser window.
Was ist Swype Fast Navigation Button?
Swype Fast Navigation Button ist eine Chrome-Erweiterung, die von The Den entwickelt wurde, und ihr Hauptmerkmal ist "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.".
Erweiterungsscreenshots
Swype Fast Navigation Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Swype Fast Navigation Button-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
Swype adds a button onto your browsing window that allows you to access you favorite websites quickly without the need for a keyboard. The Swype button is fully configurable and can be dragged anywhere on your screen to ensure that it is always where you need it. In addition, the settings page (accessed by right-clicking the Swype button) allows you to configure button coloring, fonts, and what each "slice" of the Swype button links to. Perfect for tablet, laptop, and desktop users alike, the Swype button makes accessing your favorite sites faster and easier than ever.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nfiklkckgpecmiefjnaffhfhojllgaak |
Offizielle URL | https://chrome.google.com/webstore/detail/swype-fast-navigation-but/nfiklkckgpecmiefjnaffhfhojllgaak |
Beschreibung | Browse faster than ever with a fully configurable quick navigation button placed in your browser window. |
Dateigröße | 135 KB |
Installationsanzahl | 55 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2014-05-09 |
Veröffentlichungsdatum | 2014-05-09 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | The Den |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swype Fast Navigation Button", "short_name": "Swype", "author": "Zachary Bears", "version": "1.0.4", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "description": "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.10.2.js", "js\/jquery-ui-1.10.4.custom.min.js", "js\/jquery.ui.touch-punch.min.js", "js\/buttonInsert.js" ] } ], "options_page": "html\/options.html", "web_accessible_resources": [ "http:\/\/*", "https:\/\/*", "*.js", "*.css", "*.html", "http:\/\/fonts.googleapis.com\/css?family=Lobster", "https:\/\/www.paypal.com\/cgi-bin\/webscr", "*.eot", "*.svg", "*.ttf", "*.woff" ] } |