MALfo!
Get information from Reddit links to MyAnimeList without even visiting the site!
MALfo!とは何ですか?
MALfo!はhttp://www.chrisgregori.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Get information from Reddit links to MyAnimeList without even visiting the site!」です。
拡張機能のスクリーンショット
MALfo!拡張機能のCRXファイルをダウンロード
MALfo!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get information from Reddit links to MyAnimeList without even visiting the site! Ever frequent /r/Anime or /r/Animesuggest and don't want to follow links just to see what an anime's score, ranking, or popularity is? Well now you don't have to, any MyAnimeList anime page link you see on /r/Anime or /r/Animesuggest will automatically be updated to include the following information: - Title - Score - Popularity - Members - Favorites Please feel free to give reviews and feedback on the type of information you'd like to see appear or the style of the extension!
拡張機能の基本情報
名前 | |
ID | lnehgeipjejfchpiecclhnlgohmhilcc |
公式URL | https://chrome.google.com/webstore/detail/malfo/lnehgeipjejfchpiecclhnlgohmhilcc |
説明 | Get information from Reddit links to MyAnimeList without even visiting the site! |
ファイルサイズ | 8.6 KB |
インストール数 | 10 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-09 |
公開日 | 2014-08-09 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | http://www.chrisgregori.co.uk |
支払い方法 | free |
ヘルプページのURL | https://docs.google.com/forms/d/13-bcm77YeIq_55EZ-yP4LdZMPRbq7yB6HIQd8Lmk8qg/viewform?usp=send_form |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MALfo!", "description": "Get information from Reddit links to MyAnimeList without even visiting the site!", "version": "1.0", "manifest_version": 2, "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "permissions": [ "http:\/\/www.myanimelist.net\/*", "http:\/\/www.myanimelist.net\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/Animesuggest\/*", "http:\/\/www.reddit.com\/r\/anime\/*", "http:\/\/myanimelist.net\/animelist\/*" ], "css": [ "malfo.css" ], "js": [ "malfo.js" ] } ] } |