mub.me URL shortener

Easily shorten links with a click of a button!

mub.me URL shortener là gì?

mub.me URL shortener là một tiện ích mở rộng Chrome được phát triển bởi http://mub.me, và tính năng chính của nó là "Easily shorten links with a click of a button!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng mub.me URL shortener

Tải xuống các tệp mở rộng mub.me URL shortener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Easily shorten links with a click of a button!
Track your link with advanced statistics!

Home Page:
https://mub.me                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mub.me URL shortener mub.me URL shortener
ID mhkeneekolcgmipnldfdiapdgjggoamo
URL Chính Thức https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo
Mô tả Easily shorten links with a click of a button!
Kích Thước Tệp 54.81 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-08-14
Ngày Phát Hành 2020-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://mub.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mub.me
URL Trang Trợ Giúp https://mub.me/page/contact
URL Trang Chính Sách Bảo Mật https://mub.me/page/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}