MAL it!

Search for your highlighted words on MyAnimeList

What is MAL it!?

MAL it! is a Chrome extension developed by https://www.chrisgregori.co.uk, and its main feature is "Search for your highlighted words on MyAnimeList".

Extension Screenshots

screenshot
screenshot

Download MAL it! Extension CRX File

Download MAL it! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name MAL it! MAL it!
ID pjdgiiaakebiogakdnccbohgnbkndnjn
Official URL https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn
Description Search for your highlighted words on MyAnimeList
File Size 8.29 KB
Installation Count 499
Current Version 1.0
Last Updated 2014-08-07
Publish Date 2014-08-07
Rating 4.68/5 Total 19 Ratings
Developer https://www.chrisgregori.co.uk
Payment Type free
Supported Languages 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"
    ]
}