Swype Fast Navigation Button
Browse faster than ever with a fully configurable quick navigation button placed in your browser window.
Vad är Swype Fast Navigation Button?
Swype Fast Navigation Button är en Chrome-tillägg utvecklad av The Den, och dess huvudfunktion är "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.".
Tilläggsskärmbilder
Ladda ner Swype Fast Navigation Button-förlängningens CRX-fil
Ladda ner Swype Fast Navigation Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nfiklkckgpecmiefjnaffhfhojllgaak |
Officiell webbadress | https://chrome.google.com/webstore/detail/swype-fast-navigation-but/nfiklkckgpecmiefjnaffhfhojllgaak |
Beskrivning | Browse faster than ever with a fully configurable quick navigation button placed in your browser window. |
Filstorlek | 135 KB |
Antal Installationer | 55 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2014-05-09 |
Publiceringsdatum | 2014-05-09 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | The Den |
Betalningssätt | free |
Stödda Språk | 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" ] } |