Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Vad är Shortlink Extender?

Shortlink Extender är en Chrome-tillägg utvecklad av Stuart Davidson, och dess huvudfunktion är "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shortlink Extender-förlängningens CRX-fil

Ladda ner Shortlink Extender-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

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

Grundläggande Information om Tillägg

Namn Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Officiell webbadress https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Beskrivning A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Filstorlek 7.82 KB
Antal Installationer 128
Aktuell Version 0.5
Senast Uppdaterad 2017-08-06
Publiceringsdatum 2017-08-06
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Stuart Davidson
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.stuartd.co.uk/
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}