Tag It

Bookmarks on steroids

Tag Itคืออะไร?

Tag It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ugo.matrangolo และคุณลักษณะหลักของมันคือ "Bookmarks on steroids"

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

screenshot
screenshot
screenshot

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

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

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

                        Quickly tag and search web content.

Key bindings:
- Shift-Alt-s : save current tab
- Shift-Alt-j : show all saved content

Features:
- Instantly tag and store interesting content
- Quick search stored content
- Tag and save PDF documents                    

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

ชื่อ Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
คำอธิบาย Bookmarks on steroids
ขนาดไฟล์ 532 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-09-01
วันที่เผยแพร่ 2014-09-01
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ugo.matrangolo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/umatrangolo/tag-it
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag It",
    "version": "0.0.2",
    "description": "Bookmarks on steroids",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "js\/store.js",
            "lib\/lunr.min.js",
            "js\/search.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "public\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "journal": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            },
            "description": "Show the journal in a new tab"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Send a 'save' event to the extension"
        }
    }
}