TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
Wat is TinyURL Converter?
TinyURL Converter is een Chrome-extensie ontwikkeld door Dylan B., en de belangrijkste functie is "This extension retrieves a tinyURL version of your current tabs URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie TinyURL Converter
Download TinyURL Converter-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
This extension allows the user to get the tinyURL version of their current tabs URL. Basisinformatie over de Extensie
| Naam | |
| ID | mgimefmoeoefijobogjnagloodfiepig |
| Officiële URL | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
| Beschrijving | This extension retrieves a tinyURL version of your current tabs URL. |
| Bestandsgrootte | 228 KB |
| Aantal Installaties | 105 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2014-07-29 |
| Publicatiedatum | 2014-07-28 |
| Ontwikkelaar | Dylan B. |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyURL Converter",
"description": "This extension retrieves a tinyURL version of your current tabs URL.",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/tinyurl.com\/"
]
} | |