Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Vad är Best URL Shortener?
Best URL Shortener är en Chrome-tillägg utvecklad av Wilson, och dess huvudfunktion är "Convert long URLs or Links of websites to short and friendly ones.".
Tilläggsskärmbilder
Ladda ner Best URL Shortener-förlängningens CRX-fil
Ladda ner Best URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
| Beskrivning | Convert long URLs or Links of websites to short and friendly ones. |
| Filstorlek | 226 KB |
| Antal Installationer | 27,544 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2023-12-29 |
| Publiceringsdatum | 2020-01-02 |
| Betyg | 4.51/5 Totalt 55 Betyg |
| Utvecklare | Wilson |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://hybridapps.net/ |
| Hjälpsida URL | http://tiny.cc/appshelp |
| URL till Sekretesspolicy Sidan | http://tiny.cc/appsprivacy |
| Stödda Språk | 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"
]
} | |