Pocketlight

Highlighter for pocket

Pocketlightคืออะไร?

Pocketlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nik และคุณลักษณะหลักของมันคือ "Highlighter for pocket"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocketlight

ดาวน์โหลดไฟล์ส่วนขยาย Pocketlight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pocketlight Pocketlight
ID idlmcjohnlicpdbheeekjjecofdihfee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pocketlight/idlmcjohnlicpdbheeekjjecofdihfee
คำอธิบาย Highlighter for pocket
ขนาดไฟล์ 955 KB
จำนวนการติดตั้ง 395
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2015-09-10
วันที่เผยแพร่ 2015-09-10
คะแนน 4.11/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา nik
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}