Url Appender
An utility to avoid typing repeated url
Cos'è Url Appender?
Url Appender è un'estensione di Chrome sviluppata da http://blog.tamizhvendan.in, e la sua funzione principale è "An utility to avoid typing repeated url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Url Appender
Scarica i file di estensione Url Appender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
Informazioni di Base sull'Estensione
Nome | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
URL Ufficiale | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
Descrizione | An utility to avoid typing repeated url |
Dimensione del File | 39.66 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-07-30 |
Data di Pubblicazione | 2014-07-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://blog.tamizhvendan.in |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |