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 |
Eメール | [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" } } |