Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Qu'est-ce que Tiny.ee - URL Shortener ?

Tiny.ee - URL Shortener est une extension Chrome développée par https://tiny.ee, et sa fonction principale est "Shorten URLs with the click of a button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tiny.ee - URL Shortener

Téléchargez les fichiers d'extension Tiny.ee - URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
URL Officiel https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
Description Shorten URLs with the click of a button.
Taille du Fichier 62.88 KB
Nombre d'Installations 21
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-01-03
Date de Publication 2019-05-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tiny.ee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tiny.ee/
URL de la Page de Politique de Confidentialité https://tiny.ee/tos
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}