Unpin

Pinboard.in Unread Checker

Unpin là gì?

Unpin là một tiện ích mở rộng Chrome được phát triển bởi http://www.azulneon.com, và tính năng chính của nó là "Pinboard.in Unread Checker".

Ả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 Unpin

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

                        Unpin is an easy way to access your unread items in Pinboard.in.

We will support marking items as read as soon as it is supported by the API.

Changes in version 1.0.5.6
- Stopped using user/password for authentication in favor of the new API token.

Changes in version 1.0.5.5

- Improved error handling.

Changes in version 1.0.5.4

- Several bugs fixed

Changes in version 1.0.5.3

- Faster display of the popup menu. All items are already
  cached when the extension is loaded. 

Changes in version 1.0.5.2

- Updated manifest version format

Changes in version 1.0.5

- Added unread count indicator


Changes in version 1.0.4

- Links open in background tabs so that several pages can be open in a fast way.
- Apply Readability when opening a link
- As the Readability bookmarlet is executed as a content script in the linked page the extension now has to ask for extra permissions.                    

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

Tên Unpin Unpin
ID glpieeieaeenghbdbmagbmhlilpocgic
URL Chính Thức https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic
Mô tả Pinboard.in Unread Checker
Kích Thước Tệp 57.6 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0.5.6
Cập Nhật Lần Cuối 2014-12-20
Ngày Phát Hành 2014-12-20
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://www.azulneon.com
Loại Thanh Toán free
Trang Web Mở Rộng http://azulneon.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unpin",
    "version": "1.0.5.6",
    "description": "Pinboard.in Unread Checker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}