MAL it!

Search for your highlighted words on MyAnimeList

O que é MAL it!?

MAL it! é uma extensão do Chrome desenvolvida por https://www.chrisgregori.co.uk, e sua principal característica é "Search for your highlighted words on MyAnimeList".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MAL it!

Baixe arquivos de extensão MAL it! 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 lightweight extension for your browser that lets you search MyAnimeList for highlighted text.

Ever see a list of anime names but can't be bothered to manually open a tab and start searching for information? Just highlight the anime name and right-click to MAL it!                    

Informações Básicas da Extensão

Nome MAL it! MAL it!
ID pjdgiiaakebiogakdnccbohgnbkndnjn
URL Oficial https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn
Descrição Search for your highlighted words on MyAnimeList
Tamanho do Arquivo 8.29 KB
Contagem de Instalações 499
Versão Atual 1.0
Última Atualização 2014-08-07
Data de Publicação 2014-08-07
Classificação 4.68/5 Total de 19 Avaliações
Desenvolvedor https://www.chrisgregori.co.uk
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MAL it!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Search for your highlighted words on MyAnimeList",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ]
}