Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Was ist Mini URL - The URL shortener?
Mini URL - The URL shortener ist eine Chrome-Erweiterung, die von miniurl2016 entwickelt wurde, und ihr Hauptmerkmal ist "Shortens the current url and copies it to clipboard".
Erweiterungsscreenshots
Mini URL - The URL shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mini URL - The URL shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oikjbfhojbdndgcjkjeccfelofhihdai |
| Offizielle URL | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
| Beschreibung | Shortens the current url and copies it to clipboard |
| Dateigröße | 850 KB |
| Installationsanzahl | 170 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2016-02-26 |
| Veröffentlichungsdatum | 2016-02-26 |
| Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
| Entwickler | miniurl2016 |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mini URL - The URL shortener",
"short_name": "Mini URL",
"description": "Shortens the current url and copies it to clipboard",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"clipboardWrite",
"https:\/\/www.googleapis.com\/"
]
} | |