Read Later

Save tabs to read later and automatically sync between browsers.

什么是Read Later?

Read Later是由https://timleland.com开发的Chrome扩展程序,该扩展的主要功能是“Save tabs to read later and automatically sync between browsers.”。

扩展截图

screenshot

下载Read Later扩展crx文件

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

扩展使用说明

                        When you find an article that is worth reading but do not have time, ReadLater allows you to save the tab for another time.

 - Your saved tabs will automatically sync between computers
 - Use the shortcut key (ctrl + shift + S) to save links without opening the extension.
 - Keep your browser fast by limiting the number of open tabs
 - Right on any link to add it to ReadLater
 - Save hundreds of links

More info: https://timleland.com/read-later-extension/
Source Code: https://github.com/timleland/ReadLaterCE                    

扩展基本信息

名称 Read Later Read Later
ID hleifpgbhiladknmecmkpgbgfmlnjhoh
官方URL https://chromewebstore.google.com/detail/read-later/hleifpgbhiladknmecmkpgbgfmlnjhoh
简介 Save tabs to read later and automatically sync between browsers.
文件大小 2.45 MB
安装次数 3,107
当前版本 1.7.5
更新时间 2020-11-19
上架时间 2020-01-07
评分 3.94/5 共17次评分
开发者 https://timleland.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://timleland.com/read-later-extension/
帮助页面URL https://timleland.com/read-later-extension/
隐私政策页面URL https://t.ly/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Later",
    "homepage_url": "https:\/\/timleland.com\/read-later-extension\/",
    "short_name": "RL",
    "description": "Save tabs to read later and automatically sync between browsers.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/jquery.timeago.min.js",
            "assets\/js\/badge.js",
            "assets\/js\/scripts.js",
            "assets\/js\/backgroundScript.js"
        ]
    },
    "version": "1.7.5",
    "browser_action": {
        "default_title": "Read Later",
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "save-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save Tab"
        }
    }
}