Unpin

Pinboard.in Unread Checker

Unpinとは何ですか?

Unpinはhttp://www.azulneon.comによって開発されたChromeの拡張機能で、その主な機能は「Pinboard.in Unread Checker」です。

拡張機能のスクリーンショット

screenshot
screenshot

Unpin拡張機能のCRXファイルをダウンロード

Unpin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Unpin Unpin
ID glpieeieaeenghbdbmagbmhlilpocgic
公式URL https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic
説明 Pinboard.in Unread Checker
ファイルサイズ 57.6 KB
インストール数 15
現在のバージョン 1.0.5.6
最終更新日 2014-12-20
公開日 2014-12-20
評価 4.33/5 合計 6 レビュー
開発者 http://www.azulneon.com
支払い方法 free
拡張機能のウェブサイト http://azulneon.com
対応言語 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",
        "*:\/\/*\/*"
    ]
}