Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Hvad er Mini URL - The URL shortener?
Mini URL - The URL shortener er en Chrome-udvidelse udviklet af miniurl2016, og dens hovedfunktion er "Shortens the current url and copies it to clipboard".
Udvidelsesskærmbilleder
Download Mini URL - The URL shortener-udvidelses-CRX-fil
Download Mini URL - The URL shortener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oikjbfhojbdndgcjkjeccfelofhihdai |
| Officiel URL | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
| Beskrivelse | Shortens the current url and copies it to clipboard |
| Filstørrelse | 850 KB |
| Antal Installationer | 170 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2016-02-26 |
| Udgivelsesdato | 2016-02-26 |
| Bedømmelse | 4.50/5 Samlet 8 Bedømmelser |
| Udvikler | miniurl2016 |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |