Pocketlight

Highlighter for pocket

Pocketlight là gì?

Pocketlight là một tiện ích mở rộng Chrome được phát triển bởi nik, và tính năng chính của nó là "Highlighter for pocket".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Pocketlight 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

                        A highlight pen for Pocket! 

Features:

- Highlight anything from any article you've saved to pocket
- Search your highlights anytime and easily get back to the original article

Directions:

- Install the extension
- Go to getpocket.com and login to your pocket account
- From any article click the highlight pen icon in the upper right to start highlighting
- View and search your highlights from the main window or inside the                    

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

Tên Pocketlight Pocketlight
ID idlmcjohnlicpdbheeekjjecofdihfee
URL Chính Thức https://chromewebstore.google.com/detail/pocketlight/idlmcjohnlicpdbheeekjjecofdihfee
Mô tả Highlighter for pocket
Kích Thước Tệp 955 KB
Số Lần Cài Đặt 395
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2015-09-10
Ngày Phát Hành 2015-09-10
Đánh Giá 4.11/5 Tổng số 18 Đánh Giá
Nhà Phát Triển nik
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": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "content_security_policy": "script-src https:\/\/www.google-analytics.com https:\/\/cdn.heapanalytics.com https:\/\/heapanalytics.com 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/getpocket.com\/a\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/heap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}