Simple URL Shortener
This extension shows Shortened URL For the current webpage
Qu'est-ce que Simple URL Shortener ?
Simple URL Shortener est une extension Chrome développée par Vishal Goyal, et sa fonction principale est "This extension shows Shortened URL For the current webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple URL Shortener
Téléchargez les fichiers d'extension Simple URL Shortener 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
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Informations de Base sur l'Extension
Nom | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
URL Officiel | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Description | This extension shows Shortened URL For the current webpage |
Taille du Fichier | 13.83 KB |
Nombre d'Installations | 121 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-10-17 |
Date de Publication | 2015-10-16 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Vishal Goyal |
Type de Paiement | free |
Site Web de l'Extension | http://k2g.co |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |