Simple Pocket

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

Apa itu Simple Pocket?

Simple Pocket adalah ekstensi Chrome yang dikembangkan oleh better read it later, dan fitur utamanya adalah "Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Pocket

Unduh file ekstensi Simple Pocket dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simple Pocket Simple Pocket
ID kkmmcilocakhceaeelbgmmigimjlhcmb
URL Resmi https://chromewebstore.google.com/detail/simple-pocket/kkmmcilocakhceaeelbgmmigimjlhcmb
Deskripsi Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later
Ukuran File 74.48 KB
Jumlah Instalasi 195
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-03-19
Tanggal Publikasi 2017-03-19
Penilaian 4.56/5 Total 9 Penilaian
Pengembang better read it later
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}