mub.me URL shortener
Easily shorten links with a click of a button!
Wat is mub.me URL shortener?
mub.me URL shortener is een Chrome-extensie ontwikkeld door http://mub.me, en de belangrijkste functie is "Easily shorten links with a click of a button!".
Extensie Screenshots
Download het CRX-bestand van de extensie mub.me URL shortener
Download mub.me URL shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Basisinformatie over de Extensie
Naam | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
Officiële URL | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Beschrijving | Easily shorten links with a click of a button! |
Bestandsgrootte | 54.81 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-08-14 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://mub.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mub.me |
Help Pagina-URL | https://mub.me/page/contact |
URL van de Privacybeleid Pagina | https://mub.me/page/privacy |
Ondersteunde Talen | 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" } } |