TaggyTag

TaggyTag chrome extension

TaggyTagคืออะไร?

TaggyTag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://taggytag.com และคุณลักษณะหลักของมันคือ "TaggyTag chrome extension"

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

screenshot

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

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

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

                        If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension.  It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.                    

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

ชื่อ TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
คำอธิบาย TaggyTag chrome extension
ขนาดไฟล์ 1.7 MB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.9.28
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://taggytag.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaggyTag",
    "description": "TaggyTag chrome extension",
    "version": "1.9.28",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.taggytag.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "t"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.graph.cool\/*"
    ]
}