Simple Pocket

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

Simple Pocket là gì?

Simple Pocket là một tiện ích mở rộng Chrome được phát triển bởi better read it later, và tính năng chính của nó là "Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Pocket

Tải xuống các tệp mở rộng Simple Pocket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Pocket Simple Pocket
ID kkmmcilocakhceaeelbgmmigimjlhcmb
URL Chính Thức https://chromewebstore.google.com/detail/simple-pocket/kkmmcilocakhceaeelbgmmigimjlhcmb
Mô tả Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later
Kích Thước Tệp 74.48 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-19
Ngày Phát Hành 2017-03-19
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển better read it later
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}