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 |
官方URL | 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" } } |