Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
Was ist Fast URL Shortener?
Fast URL Shortener ist eine Chrome-Erweiterung, die von https://www.shar3.nl entwickelt wurde, und ihr Hauptmerkmal ist "Fast and simple shorten of current tab urls with direct sharing options.".
Erweiterungsscreenshots
Fast URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fast 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
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.
Update: Added twitter and facebook icon to share the shorturl directly via these websites.
Update: We have rebuild it completely. Works much more faster! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
| Offizielle URL | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
| Beschreibung | Fast and simple shorten of current tab urls with direct sharing options. |
| Dateigröße | 35.64 KB |
| Installationsanzahl | 218 |
| Aktuelle Version | 2.0.3 |
| Letztes Update | 2014-02-13 |
| Veröffentlichungsdatum | 2014-02-13 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://www.shar3.nl |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.shar3.nl |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fast URL Shortener",
"version": "2.0.3",
"manifest_version": 2,
"description": "Fast and simple shorten of current tab urls with direct sharing options.",
"browser_action": {
"default_title": "Short and share url",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |