mub.me URL shortener
Easily shorten links with a click of a button!
Qu'est-ce que mub.me URL shortener ?
mub.me URL shortener est une extension Chrome développée par http://mub.me, et sa fonction principale est "Easily shorten links with a click of a button!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mub.me URL shortener
Téléchargez les fichiers d'extension mub.me 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
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Informations de Base sur l'Extension
Nom | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
URL Officiel | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Description | Easily shorten links with a click of a button! |
Taille du Fichier | 54.81 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-08-14 |
Date de Publication | 2020-06-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://mub.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mub.me |
URL de la Page d'Aide | https://mub.me/page/contact |
URL de la Page de Politique de Confidentialité | https://mub.me/page/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |