TopicFlower URL Shortener
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Wat is TopicFlower URL Shortener?
TopicFlower URL Shortener is een Chrome-extensie ontwikkeld door https://topicflower.com, en de belangrijkste functie is "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs".
Extensie Screenshots
Download het CRX-bestand van de extensie TopicFlower URL Shortener
Download TopicFlower URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser. Basisinformatie over de Extensie
| Naam | |
| ID | gpilgphobnninjmbbaklkkmlclmkfgeb |
| Officiële URL | https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb |
| Beschrijving | Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs |
| Bestandsgrootte | 137 KB |
| Aantal Installaties | 65 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2013-09-16 |
| Publicatiedatum | 2013-09-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://topicflower.com |
| Betalingswijze | free |
| Help Pagina-URL | https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower |
| Ondersteunde Talen | 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"
} | |