QuickPin

Add the current tab to your Pinboard's Read Later

QuickPin là gì?

QuickPin là một tiện ích mở rộng Chrome được phát triển bởi https://birchtree.me, và tính năng chính của nó là "Add the current tab to your Pinboard's Read Later".

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

screenshot
screenshot

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

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

                        This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder.

Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.                    

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

Tên QuickPin QuickPin
ID bplllpnppecllkkfmbffnojccbiiefba
URL Chính Thức https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba
Mô tả Add the current tab to your Pinboard's Read Later
Kích Thước Tệp 33.69 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-02-19
Ngày Phát Hành 2016-02-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://birchtree.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://birchtree.me/blog/quickpin-chrome/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickPin",
    "short_name": "A fast, simple extension to save to Pinboard",
    "description": "Add the current tab to your Pinboard's Read Later",
    "version": "1.0",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}