VMO Link

Shorten your link and make it more beautiful

什麼是VMO Link?

VMO Link是由tranvanmydev開發的Chrome擴展程式,該擴展的主要功能是“Shorten your link and make it more beautiful”。

擴展截圖

screenshot
screenshot
screenshot

下載VMO Link擴展crx文件

下載VMO Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Build a shortenLink page for your business and everyone

Is a tool to help you shorten your link.
Make your link shorter and more professional                    

擴展基本資訊

名稱 VMO Link VMO Link
ID ckcaonfopeckokppommaghjldcjopeci
官方網址 https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci
簡介 Shorten your link and make it more beautiful
檔案大小 351 KB
安裝次數 140
目前版本 1.2
更新時間 2022-05-19
上架時間 2022-05-14
評分 5.00/5 共 2 次評分
開發者 tranvanmydev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vmo.link/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VMO Link",
    "description": "Shorten your link and make it more beautiful",
    "version": "1.2",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/static\/images\/logo.png",
            "32": "\/static\/images\/logo.png",
            "48": "\/static\/images\/logo.png",
            "128": "\/static\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/logo.png",
        "32": "\/static\/images\/logo.png",
        "48": "\/static\/images\/logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/vmo.link\/",
        "*:\/\/*\/*"
    ]
}