Upto.Site URL Shortener
Ultimate url shortener to create instant FREE short urls from your browser
Wat is Upto.Site URL Shortener?
Upto.Site URL Shortener is een Chrome-extensie ontwikkeld door NewTabTodo, en de belangrijkste functie is "Ultimate url shortener to create instant FREE short urls from your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Upto.Site URL Shortener
Download Upto.Site URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily
Basisinformatie over de Extensie
Naam | Upto.Site URL Shortener |
ID | lllpgenfpmneflmfdglfcpnekpicdajl |
Officiële URL | https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl |
Beschrijving | Ultimate url shortener to create instant FREE short urls from your browser |
Bestandsgrootte | 71.79 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2022-03-05 |
Publicatiedatum | 2021-03-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | NewTabTodo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://upto.site |
URL van de Privacybeleid Pagina | https://newtabtodo.com/privacy-policy.html |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.3", "name": "Upto.Site URL Shortener", "short_name": "Upto.Site", "description": "Ultimate url shortener to create instant FREE short urls from your browser", "homepage_url": "https:\/\/upto.site\/", "author": "Muhammad Ovi", "browser_action": { "default_icon": "root-assets\/img\/icons\/x32.png", "default_title": "Upto.Site URL Shortener", "default_popup": "popup\/index.html" }, "icons": { "16": "root-assets\/img\/icons\/x16.png", "32": "root-assets\/img\/icons\/x32.png", "48": "root-assets\/img\/icons\/x48.png", "128": "root-assets\/img\/icons\/x128.png" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "root-assets\/js\/browser-polyfill.js", "root-assets\/js\/background-script.js" ] } } |