MAL it!

Search for your highlighted words on MyAnimeList

Qu'est-ce que MAL it! ?

MAL it! est une extension Chrome développée par https://www.chrisgregori.co.uk, et sa fonction principale est "Search for your highlighted words on MyAnimeList".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MAL it!

Téléchargez les fichiers d'extension MAL it! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MAL it! MAL it!
ID pjdgiiaakebiogakdnccbohgnbkndnjn
URL Officiel https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn
Description Search for your highlighted words on MyAnimeList
Taille du Fichier 8.29 KB
Nombre d'Installations 499
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-07
Date de Publication 2014-08-07
Évaluation 4.68/5 Total 19 Évaluations
Développeur https://www.chrisgregori.co.uk
Type de Paiement free
Langues Prises en Charge 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"
    ]
}