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" ] } |