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 |
官方網址 | 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" ] } |