MAL it!
Search for your highlighted words on MyAnimeList
什么是MAL it!?
MAL it!是由https://www.chrisgregori.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Search for your highlighted words on MyAnimeList”。
扩展截图
下载MAL it!扩展crx文件
下载MAL it!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | MAL it! |
ID | pjdgiiaakebiogakdnccbohgnbkndnjn |
官方URL | https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn |
简介 | Search for your highlighted words on MyAnimeList |
文件大小 | 8.29 KB |
安装次数 | 499 |
当前版本 | 1.0 |
更新时间 | 2014-08-07 |
上架时间 | 2014-08-07 |
评分 | 4.68/5 共19次评分 |
开发者 | https://www.chrisgregori.co.uk |
付费类型 | free |
支持的语言 | 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" ] } |