Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
什麼是Genius Button?
Genius Button是由jollex5開發的Chrome擴展程式,該擴展的主要功能是“This extension opens a new tab with the Genius page for the song you're currently listening to.”。
擴展截圖
下載Genius Button擴展crx文件
下載Genius Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.
Only YouTube and Soundcloud are currently supported. 擴展基本資訊
| 名稱 | |
| ID | lbglkmldocjomlnfomfdddbokglnlhng |
| 官方網址 | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
| 簡介 | This extension opens a new tab with the Genius page for the song you're currently listening to. |
| 檔案大小 | 41.56 KB |
| 安裝次數 | 315 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2016-01-29 |
| 上架時間 | 2016-01-28 |
| 評分 | 1.50/5 共 8 次評分 |
| 開發者 | jollex5 |
| 付費類型 | free |
| 支援的語言 | en,en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"lib\/jquery-2.2.0.min.js",
"src\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Genius Button"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |