Simple URL Shortener
This extension shows Shortened URL For the current webpage
What is Simple URL Shortener?
Simple URL Shortener is a Chrome extension developed by Vishal Goyal, and its main feature is "This extension shows Shortened URL For the current webpage".
Extension Screenshots
Download Simple URL Shortener Extension CRX File
Download Simple 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
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Extension Basic Information
Name | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
Official URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Description | This extension shows Shortened URL For the current webpage |
File Size | 13.83 KB |
Installation Count | 121 |
Current Version | 2.0 |
Last Updated | 2015-10-17 |
Publish Date | 2015-10-16 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Vishal Goyal |
Payment Type | free |
Extension Website | http://k2g.co |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |