MAL it!
Search for your highlighted words on MyAnimeList
Vad är MAL it!?
MAL it! är en Chrome-tillägg utvecklad av https://www.chrisgregori.co.uk, och dess huvudfunktion är "Search for your highlighted words on MyAnimeList".
Tilläggsskärmbilder
Ladda ner MAL it!-förlängningens CRX-fil
Ladda ner MAL it!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | pjdgiiaakebiogakdnccbohgnbkndnjn |
| Officiell webbadress | https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn |
| Beskrivning | Search for your highlighted words on MyAnimeList |
| Filstorlek | 8.29 KB |
| Antal Installationer | 499 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-08-07 |
| Publiceringsdatum | 2014-08-07 |
| Betyg | 4.68/5 Totalt 19 Betyg |
| Utvecklare | https://www.chrisgregori.co.uk |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |