TopicFlower URL Shortener
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Cos'è TopicFlower URL Shortener?
TopicFlower URL Shortener è un'estensione di Chrome sviluppata da https://topicflower.com, e la sua funzione principale è "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TopicFlower URL Shortener
Scarica i file di estensione TopicFlower URL Shortener 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
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser.
Informazioni di Base sull'Estensione
Nome | TopicFlower URL Shortener |
ID | gpilgphobnninjmbbaklkkmlclmkfgeb |
URL Ufficiale | https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb |
Descrizione | Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs |
Dimensione del File | 137 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2013-09-16 |
Data di Pubblicazione | 2013-09-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://topicflower.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/shortener_extension_icon_16px.png", "default_popup": "popup.html", "default_title": "__MSG_extension_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "images\/shortener_extension_icon_128px.png", "16": "images\/shortener_extension_icon_16px.png", "48": "images\/shortener_extension_icon_48px.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_extension_name__", "permissions": [ "tabs", "contextMenus", "clipboardWrite", "http:\/\/*\/" ], "version": "0.1.2" } |