TinyURL Maker

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

Vad är TinyURL Maker?

TinyURL Maker är en Chrome-tillägg utvecklad av Liquid Rock, och dess huvudfunktion är "Creates a brand new TinyURL for the current tab that you are on!".

Tilläggsskärmbilder

screenshot

Ladda ner TinyURL Maker-förlängningens CRX-fil

Ladda ner TinyURL Maker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
Officiell webbadress https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Beskrivning Creates a brand new TinyURL for the current tab that you are on!
Filstorlek 10.93 KB
Antal Installationer 6,000
Aktuell Version 2.0.1
Senast Uppdaterad 2019-02-01
Publiceringsdatum 2019-02-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Liquid Rock
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}