MAL it!
Search for your highlighted words on MyAnimeList
Cos'è MAL it!?
MAL it! è un'estensione di Chrome sviluppata da https://www.chrisgregori.co.uk, e la sua funzione principale è "Search for your highlighted words on MyAnimeList".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MAL it!
Scarica i file di estensione MAL it! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | pjdgiiaakebiogakdnccbohgnbkndnjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn |
| Descrizione | Search for your highlighted words on MyAnimeList |
| Dimensione del File | 8.29 KB |
| Conteggio Installazioni | 499 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-08-07 |
| Data di Pubblicazione | 2014-08-07 |
| Valutazione | 4.68/5 Totale 19 Valutazioni |
| Sviluppatore | https://www.chrisgregori.co.uk |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |