Tag It

Bookmarks on steroids

Tag It là gì?

Tag It là một tiện ích mở rộng Chrome được phát triển bởi ugo.matrangolo, và tính năng chính của nó là "Bookmarks on steroids".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tag It

Tải xuống các tệp mở rộng Tag It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
URL Chính Thức https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Mô tả Bookmarks on steroids
Kích Thước Tệp 532 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-09-01
Ngày Phát Hành 2014-09-01
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ugo.matrangolo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/umatrangolo/tag-it
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}