mub.me URL shortener

Easily shorten links with a click of a button!

Vad är mub.me URL shortener?

mub.me URL shortener är en Chrome-tillägg utvecklad av http://mub.me, och dess huvudfunktion är "Easily shorten links with a click of a button!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner mub.me URL shortener-förlängningens CRX-fil

Ladda ner mub.me URL shortener-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

                        Easily shorten links with a click of a button!
Track your link with advanced statistics!

Home Page:
https://mub.me                    

Grundläggande Information om Tillägg

Namn mub.me URL shortener mub.me URL shortener
ID mhkeneekolcgmipnldfdiapdgjggoamo
Officiell webbadress https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo
Beskrivning Easily shorten links with a click of a button!
Filstorlek 54.81 KB
Antal Installationer 38
Aktuell Version 1.2
Senast Uppdaterad 2020-08-14
Publiceringsdatum 2020-06-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://mub.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mub.me
Hjälpsida URL https://mub.me/page/contact
URL till Sekretesspolicy Sidan https://mub.me/page/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mub.me URL shortener",
    "version": "1.2",
    "description": "Easily shorten links with a click of a button!",
    "manifest_version": 2,
    "offline_enabled": false,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon16.png",
        "default_title": "Click to shorten the current page link"
    },
    "permissions": [
        "https:\/\/mub.me\/api",
        "http:\/\/mub.me\/api",
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "128": "assets\/images\/icon128.png"
    }
}