Pin It!

Save links to read later across any chrome.

Pin It! là gì?

Pin It! là một tiện ích mở rộng Chrome được phát triển bởi blackchilled, và tính năng chính của nó là "Save links to read later across any chrome.".

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

Tải xuống các tệp mở rộng Pin 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

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

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

Tên Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL Chính Thức https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Mô tả Save links to read later across any chrome.
Kích Thước Tệp 48.21 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-01-07
Ngày Phát Hành 2015-01-07
Nhà Phát Triển blackchilled
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}