mub.me URL shortener
Easily shorten links with a click of a button!
什麼是mub.me URL shortener?
mub.me URL shortener是由http://mub.me開發的Chrome擴展程式,該擴展的主要功能是“Easily shorten links with a click of a button!”。
擴展截圖
下載mub.me URL shortener擴展crx文件
下載mub.me URL shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
擴展基本資訊
名稱 | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
官方網址 | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
簡介 | Easily shorten links with a click of a button! |
檔案大小 | 54.81 KB |
安裝次數 | 38 |
目前版本 | 1.2 |
更新時間 | 2020-08-14 |
上架時間 | 2020-06-22 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://mub.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mub.me |
說明頁面URL | https://mub.me/page/contact |
隱私政策頁面URL | https://mub.me/page/privacy |
支援的語言 | 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" } } |