Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
Qu'est-ce que Sho.ink Link Shortener ?
Sho.ink Link Shortener est une extension Chrome développée par http://sho.ink, et sa fonction principale est "This extension allows you to easily shorten and track links using the right-click menu of your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sho.ink Link Shortener
Téléchargez les fichiers d'extension Sho.ink Link 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 extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard. With this extension, you can shorten any link in under 5 seconds.
Informations de Base sur l'Extension
Nom | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
URL Officiel | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
Description | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
Taille du Fichier | 109 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2017-01-23 |
Date de Publication | 2017-01-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://sho.ink |
Type de Paiement | free |
Site Web de l'Extension | http://sho.ink |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sho.ink Link Shortener", "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "browser_action": { "default_icon": "small-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "author": "Matthew Brennan", "homepage_url": "http:\/\/sho.ink" } |