Lyrics Mania
Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Lyrics Maniaとは何ですか?
Lyrics Maniaはhttp://www.lyricsmania.comによって開発されたChromeの拡張機能で、その主な機能は「Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!」です。
拡張機能のスクリーンショット
Lyrics Mania拡張機能のCRXファイルをダウンロード
Lyrics Mania拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly
拡張機能の基本情報
名前 | |
ID | fglpgaacgicodklnelblckodbndhdinb |
公式URL | https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb |
説明 | Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar! |
ファイルサイズ | 388 KB |
インストール数 | 86 |
現在のバージョン | 1.1 |
最終更新日 | 2016-07-21 |
公開日 | 2016-07-21 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | http://www.lyricsmania.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyrics Mania", "description": "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "notification.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "webNavigation", "tabs" ] } |