Tagpacker's "Pack It" Button

Organize bookmarks your way. Faster than ever with the "Pack it" button.

Tagpacker's "Pack It" Button là gì?

Tagpacker's "Pack It" Button là một tiện ích mở rộng Chrome được phát triển bởi https://tagpacker.com, và tính năng chính của nó là "Organize bookmarks your way. Faster than ever with the "Pack it" button.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tagpacker's "Pack It" Button

Tải xuống các tệp mở rộng Tagpacker's "Pack It" Button 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

                        Use the "Pack it" button to quickly save bookmarks side-by-side while browsing.

Whenever you find an interesting website that you want in your collection, just click on the blue Tagpacker icon. Once you click it, a sidebar will open where you can tag and comment on your bookmark before saving it. 

To save bookmarks you can 
*use the keyboard shortcut Ctrl + Shift + Z or
*right-click website elements (like videos or links) 

To easily find bookmarks you saved on Tagpacker just type 'tp ' in your browser address bar 

A complete list with all features is available at https://tagpacker.com/features 

Happy packing! :)



-------------------------------------------------------------------------------------------
*Terms of service: https://tagpacker.com/termsOfService
*Privacy policy: https://tagpacker.com/privacyPolicy                    

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

Tên Tagpacker's Tagpacker's "Pack It" Button
ID nohjijligchgbabiimogbigfkjmhekdm
URL Chính Thức https://chromewebstore.google.com/detail/tagpackers-pack-it-button/nohjijligchgbabiimogbigfkjmhekdm
Mô tả Organize bookmarks your way. Faster than ever with the "Pack it" button.
Kích Thước Tệp 15.19 KB
Số Lần Cài Đặt 4,011
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2021-10-07
Ngày Phát Hành 2019-01-31
Đánh Giá 4.35/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://tagpacker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tagpacker.com?ref=csp
URL Trang Trợ Giúp https://tagpacker.com/faq?ref=csp
URL Trang Chính Sách Bảo Mật https://www.tagpacker.com/privacyPolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "24": "icon_24.png",
        "36": "icon_36.png",
        "128": "icon_128.png"
    },
    "name": "Tagpacker's \"Pack It\" Button",
    "short_name": "Pack It",
    "description": "Organize bookmarks your way. Faster than ever with the \"Pack it\" button.",
    "version": "1.0.18",
    "browser_action": {
        "default_icon": "icon_36.png",
        "default_title": "Pack it!"
    },
    "background": {
        "scripts": [
            "background-page.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "outer-frame.html"
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "tabs",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z",
                "default": "Ctrl+Shift+Z"
            }
        }
    },
    "omnibox": {
        "keyword": "tp"
    }
}