Simple Pocket

Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later

什么是Simple Pocket?

Simple Pocket是由better read it later开发的Chrome扩展程序,该扩展的主要功能是“Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later”。

扩展截图

screenshot
screenshot
screenshot

下载Simple Pocket扩展crx文件

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

扩展使用说明

                        Add page to "read it later" service by simple way. 
This addon DO NOT break your HOME PAGE. DO NOT inject in to each page and DO NOT spy your usual browsing.
It just add URL to GetPocket only when you click on the button. That's is! 

Feel free to touch me in comments and making 5 starts ;)
Thanks.                    

扩展基本信息

名称 Simple Pocket Simple Pocket
ID kkmmcilocakhceaeelbgmmigimjlhcmb
官方URL https://chromewebstore.google.com/detail/simple-pocket/kkmmcilocakhceaeelbgmmigimjlhcmb
简介 Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later
文件大小 74.48 KB
安装次数 195
当前版本 1.1
更新时间 2017-03-19
上架时间 2017-03-19
评分 4.56/5 共9次评分
开发者 better read it later
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Pocket",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/utils.js",
            "js\/all.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/browser-action-icon.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "notifications",
        "https:\/\/readitlaterlist.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/getpocket.com\/extension_login_success"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/utils.js",
                "js\/auth-login.js"
            ]
        },
        {
            "matches": [
                "*:\/\/getpocket.com\/login?e=4"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/utils.js",
                "js\/auth-logout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/error.png",
        "images\/success.png"
    ]
}