Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Τι είναι το Best URL Shortener;
Το Best URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wilson, και η κύρια λειτουργία του είναι "Convert long URLs or Links of websites to short and friendly ones.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Best URL Shortener
Λήψη αρχείων επέκτασης Best URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
Επίσημο URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Περιγραφή | Convert long URLs or Links of websites to short and friendly ones. |
Μέγεθος Αρχείου | 226 KB |
Αριθμός Εγκαταστάσεων | 27,544 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2023-12-29 |
Ημερομηνία Δημοσίευσης | 2020-01-02 |
Αξιολόγηση | 4.51/5 Συνολικά 55 Αξιολογήσεις |
Προγραμματιστής | Wilson |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hybridapps.net/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://tiny.cc/appshelp |
URL της Σελίδας Πολιτικής Απορρήτου | http://tiny.cc/appsprivacy |
Υποστηριζόμενες Γλώσσες | 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" ] } |