VMO Link

Shorten your link and make it more beautiful

VMO Linkคืออะไร?

VMO Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tranvanmydev และคุณลักษณะหลักของมันคือ "Shorten your link and make it more beautiful"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VMO Link

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/",
        "*:\/\/*\/*"
    ]
}