TopicFlower URL Shortener
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Vad är TopicFlower URL Shortener?
TopicFlower URL Shortener är en Chrome-tillägg utvecklad av https://topicflower.com, och dess huvudfunktion är "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs".
Tilläggsskärmbilder
Ladda ner TopicFlower URL Shortener-förlängningens CRX-fil
Ladda ner TopicFlower URL Shortener-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
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser.
Grundläggande Information om Tillägg
Namn | TopicFlower URL Shortener |
ID | gpilgphobnninjmbbaklkkmlclmkfgeb |
Officiell webbadress | https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb |
Beskrivning | Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs |
Filstorlek | 137 KB |
Antal Installationer | 65 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2013-09-16 |
Publiceringsdatum | 2013-09-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://topicflower.com |
Betalningssätt | free |
Hjälpsida URL | https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower |
Stödda Språk | 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" } |