Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
What is Fast URL Shortener?
Fast URL Shortener is a Chrome extension developed by https://www.shar3.nl, and its main feature is "Fast and simple shorten of current tab urls with direct sharing options.".
Extension Screenshots
Download Fast URL Shortener Extension CRX File
Download Fast URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Fast URL Shortener |
ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
Official URL | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
Description | Fast and simple shorten of current tab urls with direct sharing options. |
File Size | 35.64 KB |
Installation Count | 218 |
Current Version | 2.0.3 |
Last Updated | 2014-02-13 |
Publish Date | 2014-02-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.shar3.nl |
Payment Type | free |
Extension Website | http://www.shar3.nl |
Supported Languages | 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:\/\/*\/*" ] } |