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
官方網址 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"
    }
}