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"
    }
}