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"
    ]
}