Go Links

Fast accessing your websites with a personal URL shortener

Go Linksคืออะไร?

Go Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hieu Pham และคุณลักษณะหลักของมันคือ "Fast accessing your websites with a personal URL shortener"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Go Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance your browsing experience with Go Links. Bookmark your favorite websites and fast access with a URL shortener (go/). Sync over your Google account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go Links Go Links
ID gojgbkejhelijlkgpmlbbkklljgmfljj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj
คำอธิบาย Fast accessing your websites with a personal URL shortener
ขนาดไฟล์ 535 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2021-05-15
วันที่เผยแพร่ 2020-05-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Hieu Pham
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Links",
    "version": "0.0.4",
    "description": "Fast accessing your websites with a personal URL shortener",
    "background": {
        "page": "linkify.html",
        "persistent": true
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Go Links",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png"
        }
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ]
}