Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Apa itu Genius Button?
Genius Button adalah ekstensi Chrome yang dikembangkan oleh jollex5, dan fitur utamanya adalah "This extension opens a new tab with the Genius page for the song you're currently listening to.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Genius Button
Unduh file ekstensi Genius Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lbglkmldocjomlnfomfdddbokglnlhng |
URL Resmi | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
Deskripsi | This extension opens a new tab with the Genius page for the song you're currently listening to. |
Ukuran File | 41.56 KB |
Jumlah Instalasi | 315 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-01-29 |
Tanggal Publikasi | 2016-01-28 |
Penilaian | 1.50/5 Total 8 Penilaian |
Pengembang | jollex5 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |