TinyURL
This extension creates a tinyurl for the current browser tab.
Qu'est-ce que TinyURL ?
TinyURL est une extension Chrome développée par Ed Robinson, et sa fonction principale est "This extension creates a tinyurl for the current browser tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TinyURL
Téléchargez les fichiers d'extension TinyURL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The quickest way to shorten and share the URL of the current Chrome tab.
Informations de Base sur l'Extension
Nom | TinyURL |
ID | lbadmllalinlpflkajgkkmjohckpnahm |
URL Officiel | https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm |
Description | This extension creates a tinyurl for the current browser tab. |
Taille du Fichier | 6.92 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-04-07 |
Date de Publication | 2013-04-07 |
Évaluation | 4.35/5 Total 51 Évaluations |
Développeur | Ed Robinson |
Type de Paiement | free |
Langues Prises en Charge | 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" } |