mub.me URL shortener
Easily shorten links with a click of a button!
Co to jest mub.me URL shortener?
mub.me URL shortener to rozszerzenie Chrome opracowane przez http://mub.me, a jego główną funkcją jest „Easily shorten links with a click of a button!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia mub.me URL shortener
Pobierz pliki rozszerzeń mub.me URL shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
Oficjalny URL | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Opis | Easily shorten links with a click of a button! |
Rozmiar pliku | 54.81 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-08-14 |
Data Publikacji | 2020-06-22 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://mub.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mub.me |
Adres URL Strony Pomocy | https://mub.me/page/contact |
Adres URL Strony Polityki Prywatności | https://mub.me/page/privacy |
Obsługiwane Języki | 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" } } |