Hyliter

Saves selected bits of text from your browsing.

O que é Hyliter?

Hyliter é uma extensão do Chrome desenvolvida por Bibek Ghimire, e sua principal característica é "Saves selected bits of text from your browsing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hyliter

Baixe arquivos de extensão Hyliter 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

                        Save important text for later while browsing the web.

You can save quotes, confirmation numbers, or even personal notes.                    

Informações Básicas da Extensão

Nome Hyliter Hyliter
ID nhiannhalledfohikpmbclkalcknilcg
URL Oficial https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg
Descrição Saves selected bits of text from your browsing.
Tamanho do Arquivo 63.43 KB
Contagem de Instalações 31
Versão Atual 0.1
Última Atualização 2017-01-02
Data de Publicação 2017-01-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Bibek Ghimire
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyliter",
    "description": "Saves selected bits of text from your browsing.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View Hylites",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/hyliter.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}