Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Qu'est-ce que Best URL Shortener ?
Best URL Shortener est une extension Chrome développée par Wilson, et sa fonction principale est "Convert long URLs or Links of websites to short and friendly ones.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Best URL Shortener
Téléchargez les fichiers d'extension Best 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
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
Informations de Base sur l'Extension
Nom | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
URL Officiel | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Description | Convert long URLs or Links of websites to short and friendly ones. |
Taille du Fichier | 226 KB |
Nombre d'Installations | 27,544 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2023-12-29 |
Date de Publication | 2020-01-02 |
Évaluation | 4.51/5 Total 55 Évaluations |
Développeur | Wilson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hybridapps.net/ |
URL de la Page d'Aide | http://tiny.cc/appshelp |
URL de la Page de Politique de Confidentialité | http://tiny.cc/appsprivacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |