tinyurl
tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help
What is tinyurl?
tinyurl is a Chrome extension developed by Ford_Lawnmower, and its main feature is "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help".
Extension Screenshots
Download tinyurl Extension CRX File
Download tinyurl 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
Chrome extension to create a tinyurl link from the current page. Just click the tinyurl icon and a new link is generated. Click the [Copy] button to copy the tinyurl link to the clipboard.
Extension Basic Information
Name | tinyurl |
ID | ncopefcmfgoggbajoelmainelilpcamf |
Official URL | https://chromewebstore.google.com/detail/tinyurl/ncopefcmfgoggbajoelmainelilpcamf |
Description | tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help |
File Size | 3.67 KB |
Installation Count | 2,301 |
Current Version | 1.0 |
Last Updated | 2013-06-23 |
Publish Date | 2013-06-23 |
Rating | 4.67/5 Total 15 Ratings |
Developer | Ford_Lawnmower |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tinyurl", "version": "1.0", "manifest_version": 2, "description": "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help", "browser_action": { "default_icon": "tinyurl.ico", "default_popup": "popup.html" }, "permissions": [ "http:\/\/tinyurl.com\/*", "tabs" ] } |