TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

Qu'est-ce que TinyURL Maker ?

TinyURL Maker est une extension Chrome développée par Liquid Rock, et sa fonction principale est "Creates a brand new TinyURL for the current tab that you are on!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TinyURL Maker

Téléchargez les fichiers d'extension TinyURL Maker 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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

Informations de Base sur l'Extension

Nom TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
URL Officiel https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Description Creates a brand new TinyURL for the current tab that you are on!
Taille du Fichier 10.93 KB
Nombre d'Installations 6,000
Version Actuelle 2.0.1
Dernière Mise à Jour 2019-02-01
Date de Publication 2019-02-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur Liquid Rock
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}