Tiny.ee - URL Shortener
Shorten URLs with the click of a button.
What is Tiny.ee - URL Shortener?
Tiny.ee - URL Shortener is a Chrome extension developed by https://tiny.ee, and its main feature is "Shorten URLs with the click of a button.".
Extension Screenshots
Download Tiny.ee - URL Shortener Extension CRX File
Download Tiny.ee - 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
Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs. This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website. Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.
Extension Basic Information
Name | Tiny.ee - URL Shortener |
ID | liioijhfebcmbnjelolndbkolipcipek |
Official URL | https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek |
Description | Shorten URLs with the click of a button. |
File Size | 62.88 KB |
Installation Count | 21 |
Current Version | 1.0.7 |
Last Updated | 2024-01-03 |
Publish Date | 2019-05-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://tiny.ee |
[email protected] | |
Payment Type | free |
Extension Website | https://tiny.ee/ |
Privacy Policy Page URL | https://tiny.ee/tos |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiny.ee - URL Shortener", "description": "Shorten URLs with the click of a button.", "version": "1.0.7", "icons": { "16": "icon_d.png", "48": "icon_d.png", "128": "icon_d.png" }, "action": { "default_icon": "icon_d.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ] } |