TinyURL Maker

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

Was ist TinyURL Maker?

TinyURL Maker ist eine Chrome-Erweiterung, die von Liquid Rock entwickelt wurde, und ihr Hauptmerkmal ist "Creates a brand new TinyURL for the current tab that you are on!".

Erweiterungsscreenshots

screenshot

TinyURL Maker-Erweiterungs-CRX-Datei herunterladen

Laden Sie TinyURL Maker-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
Offizielle URL https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Beschreibung Creates a brand new TinyURL for the current tab that you are on!
Dateigröße 10.93 KB
Installationsanzahl 6,000
Aktuelle Version 2.0.1
Letztes Update 2019-02-01
Veröffentlichungsdatum 2019-02-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Liquid Rock
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}