TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
What is TinyURL Converter?
TinyURL Converter is a Chrome extension developed by Dylan B., and its main feature is "This extension retrieves a tinyURL version of your current tabs URL.".
Extension Screenshots
Download TinyURL Converter Extension CRX File
Download TinyURL Converter 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 extension allows the user to get the tinyURL version of their current tabs URL.
Extension Basic Information
Name | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
Official URL | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
Description | This extension retrieves a tinyURL version of your current tabs URL. |
File Size | 228 KB |
Installation Count | 105 |
Current Version | 1.2 |
Last Updated | 2014-07-29 |
Publish Date | 2014-07-28 |
Developer | Dylan B. |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Converter", "description": "This extension retrieves a tinyURL version of your current tabs URL.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/tinyurl.com\/" ] } |