Tiny.ee - URL Shortener
Shorten URLs with the click of a button.
Was ist Tiny.ee - URL Shortener?
Tiny.ee - URL Shortener ist eine Chrome-Erweiterung, die von https://tiny.ee entwickelt wurde, und ihr Hauptmerkmal ist "Shorten URLs with the click of a button.".
Erweiterungsscreenshots
Tiny.ee - URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiny.ee - URL Shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tiny.ee - URL Shortener |
ID | liioijhfebcmbnjelolndbkolipcipek |
Offizielle URL | https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek |
Beschreibung | Shorten URLs with the click of a button. |
Dateigröße | 62.88 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2019-05-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://tiny.ee |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tiny.ee/ |
URL der Datenschutzrichtlinien-Seite | https://tiny.ee/tos |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |