Always Reading

This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list

什么是Always Reading?

Always Reading是由https://www.alwaysreading.io开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list”。

扩展截图

screenshot

下载Always Reading扩展crx文件

下载Always Reading扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin,  you can simply click the spectacles icon and the current page url will be added to your reading list.

You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.                    

扩展基本信息

名称 Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
官方URL https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
简介 This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
文件大小 871 KB
安装次数 52
当前版本 1.6
更新时间 2018-03-17
上架时间 2018-03-17
评分 4.75/5 共4次评分
开发者 https://www.alwaysreading.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.alwaysreading.io
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Reading",
    "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list",
    "version": "1.6",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Always Reading!"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.alwaysreading.io\/"
    ]
}