Add to Pocket

Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket

什么是Add to Pocket?

Add to Pocket是由Alex Fomin开发的Chrome扩展程序,该扩展的主要功能是“Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket”。

扩展截图

screenshot

下载Add to Pocket扩展crx文件

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

扩展使用说明

                        This extension require an 
"Take from Pocket"
extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd)

1.0.3
* Fix icon rotating after click on context menu                    

扩展基本信息

名称 Add to Pocket Add to Pocket
ID olloendlpcoaancofdjbaabmgbhdgpad
官方URL https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad
简介 Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
文件大小 46.42 KB
安装次数 413
当前版本 1.0.3
更新时间 2018-01-29
上架时间 2018-01-29
评分 3.29/5 共7次评分
开发者 Alex Fomin
付费类型 free
扩展官网 https://github.com/alex-fomin/pocket-inpage
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pocket",
    "version": "1.0.3",
    "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket",
    "background": {
        "scripts": [
            "libs\/require.js",
            "app.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/notAdded-19.png",
            "38": "images\/notAdded-38.png"
        },
        "default_title": "Add item to Pocket"
    },
    "permissions": [
        "tabs",
        "management",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png"
    }
}