Any Read

A simple reading list extension.

Any Readとは何ですか?

Any ReadはZhiyuan Wangによって開発されたChromeの拡張機能で、その主な機能は「A simple reading list extension.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.                    

拡張機能の基本情報

名前 Any Read Any Read
ID dahbkkbedobniaieddagfknfhomgchfi
公式URL https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi
説明 A simple reading list extension.
ファイルサイズ 115 KB
インストール数 60
現在のバージョン 0.0.1
最終更新日 2014-11-10
公開日 2014-11-10
評価 4.00/5 合計 2 レビュー
開発者 Zhiyuan Wang
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Read",
    "version": "0.0.1",
    "description": "A simple reading list extension.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}