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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Genius Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
공식 URL 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:\/\/*\/*"
    ]
}