Any Read

A simple reading list extension.

What is Any Read?

Any Read is a Chrome extension developed by Zhiyuan Wang, and its main feature is "A simple reading list extension.".

Extension Screenshots

screenshot
screenshot

Download Any Read Extension CRX File

Download Any Read extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Any Read Any Read
ID dahbkkbedobniaieddagfknfhomgchfi
Official URL https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi
Description A simple reading list extension.
File Size 115 KB
Installation Count 60
Current Version 0.0.1
Last Updated 2014-11-10
Publish Date 2014-11-10
Rating 4.00/5 Total 2 Ratings
Developer Zhiyuan Wang
Payment Type free
Supported Languages 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"
    }
}