Super shorturl generator
This extension allows you to create shorturl from the Couleur Citron's new url shortener.
What is Super shorturl generator?
Super shorturl generator is a Chrome extension developed by Unknown, and its main feature is "This extension allows you to create shorturl from the Couleur Citron's new url shortener.".
Extension Screenshots
Download Super shorturl generator Extension CRX File
Download Super shorturl generator 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
Just click on the shortener icon to generate a random shortened url. To custom you url, please go to http://coulc.it/ and choose custom url.
Extension Basic Information
Name | Super shorturl generator |
ID | gcbblkepelpgiggpncfdldnfdaaafdha |
Official URL | https://chromewebstore.google.com/detail/super-shorturl-generator/gcbblkepelpgiggpncfdldnfdaaafdha |
Description | This extension allows you to create shorturl from the Couleur Citron's new url shortener. |
File Size | 9.46 KB |
Installation Count | 94 |
Current Version | 1.0.1 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/benjam1nC/Chrome-extension-shortener |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super shorturl generator", "description": "This extension allows you to create shorturl from the Couleur Citron's new url shortener.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |