Actually Read it Later

Extension for saving articles for later, and actually reading them

什么是Actually Read it Later?

Actually Read it Later是由Arsen Losenko开发的Chrome扩展程序,该扩展的主要功能是“Extension for saving articles for later, and actually reading them”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Actually Read it Later扩展crx文件

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

扩展使用说明

                        If you are always forgetting that article that you saved to read it later, this extension is for you!

Usage of extension is as basic as it gets: you set time for reading in options, and then save any article that you want by clicking on extension icon. When the reading time comes, you will be presented with list of your saved articles. Pretty easy, right?

Feel free to share your usage experience here, any feedback is appreciated!                    

扩展基本信息

名称 Actually Read it Later Actually Read it Later
ID ljjoedgdgmfajafgijejbomchigkojie
官方URL https://chromewebstore.google.com/detail/actually-read-it-later/ljjoedgdgmfajafgijejbomchigkojie
简介 Extension for saving articles for later, and actually reading them
文件大小 423 KB
安装次数 266
当前版本 1.7.5
更新时间 2018-03-17
上架时间 2018-03-17
评分 4.00/5 共6次评分
开发者 Arsen Losenko
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actually Read it Later",
    "description": "Extension for saving articles for later, and actually reading them",
    "version": "1.7.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Actually Read It Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/notebook16.png",
        "32": "img\/notebook32.png",
        "48": "img\/notebook48.png",
        "128": "img\/notebook128.png"
    }
}