TinyURL
This extension creates a tinyurl for the current browser tab.
Wat is TinyURL?
TinyURL is een Chrome-extensie ontwikkeld door Ed Robinson, en de belangrijkste functie is "This extension creates a tinyurl for the current browser tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie TinyURL
Download TinyURL-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
The quickest way to shorten and share the URL of the current Chrome tab.
Basisinformatie over de Extensie
Naam | TinyURL |
ID | lbadmllalinlpflkajgkkmjohckpnahm |
Officiële URL | https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm |
Beschrijving | This extension creates a tinyurl for the current browser tab. |
Bestandsgrootte | 6.92 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-04-07 |
Publicatiedatum | 2013-04-07 |
Beoordeling | 4.35/5 Totaal 51 Beoordelingen |
Ontwikkelaar | Ed Robinson |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension creates a tinyurl for the current browser tab.", "name": "TinyURL", "permissions": [ "tabs", "http:\/\/www.tinyurl.com\/" ], "icons": { "48": "icon_48.png", "128": "icon_128.png", "16": "icon_16.png" }, "manifest_version": 2, "version": "1.0" } |