Pocketlight

Highlighter for pocket

O que é Pocketlight?

Pocketlight é uma extensão do Chrome desenvolvida por nik, e sua principal característica é "Highlighter for pocket".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pocketlight

Baixe arquivos de extensão Pocketlight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Pocketlight Pocketlight
ID idlmcjohnlicpdbheeekjjecofdihfee
URL Oficial https://chromewebstore.google.com/detail/pocketlight/idlmcjohnlicpdbheeekjjecofdihfee
Descrição Highlighter for pocket
Tamanho do Arquivo 955 KB
Contagem de Instalações 395
Versão Atual 0.0.6
Última Atualização 2015-09-10
Data de Publicação 2015-09-10
Classificação 4.11/5 Total de 18 Avaliações
Desenvolvedor nik
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}