Pocketlight

Highlighter for pocket

Pocketlightとは何ですか?

Pocketlightはnikによって開発されたChromeの拡張機能で、その主な機能は「Highlighter for pocket」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pocketlight拡張機能のCRXファイルをダウンロード

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