MAL it!

Search for your highlighted words on MyAnimeList

Что такое MAL it!?

MAL it! - это расширение Chrome, разработанное https://www.chrisgregori.co.uk, и его основная функция - "Search for your highlighted words on MyAnimeList".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения MAL it!

Скачайте файлы расширений MAL it! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название MAL it! MAL it!
ID pjdgiiaakebiogakdnccbohgnbkndnjn
Официальный URL https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn
Описание Search for your highlighted words on MyAnimeList
Размер файла 8.29 KB
Количество установок 499
Текущая Версия 1.0
Последнее Обновление 2014-08-07
Дата публикации 2014-08-07
Рейтинг 4.68/5 Всего 19 оценок
Разработчик https://www.chrisgregori.co.uk
Тип оплаты free
Поддерживаемые языки 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"
    ]
}