MAL it!

Search for your highlighted words on MyAnimeList

Wat is MAL it!?

MAL it! is een Chrome-extensie ontwikkeld door https://www.chrisgregori.co.uk, en de belangrijkste functie is "Search for your highlighted words on MyAnimeList".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MAL it!

Download MAL it!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam MAL it! MAL it!
ID pjdgiiaakebiogakdnccbohgnbkndnjn
Officiële URL https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn
Beschrijving Search for your highlighted words on MyAnimeList
Bestandsgrootte 8.29 KB
Aantal Installaties 499
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-07
Publicatiedatum 2014-08-07
Beoordeling 4.68/5 Totaal 19 Beoordelingen
Ontwikkelaar https://www.chrisgregori.co.uk
Betalingswijze free
Ondersteunde Talen 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"
    ]
}