mub.me URL shortener
Easily shorten links with a click of a button!
Apa itu mub.me URL shortener?
mub.me URL shortener adalah ekstensi Chrome yang dikembangkan oleh http://mub.me, dan fitur utamanya adalah "Easily shorten links with a click of a button!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mub.me URL shortener
Unduh file ekstensi mub.me URL shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Informasi Dasar Ekstensi
Nama | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
URL Resmi | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Deskripsi | Easily shorten links with a click of a button! |
Ukuran File | 54.81 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-08-14 |
Tanggal Publikasi | 2020-06-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://mub.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mub.me |
URL Halaman Bantuan | https://mub.me/page/contact |
URL Halaman Kebijakan Privasi | https://mub.me/page/privacy |
Bahasa yang Didukung | 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" } } |