Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
ما هو Genius Button؟
Genius Button هو إضافة Chrome تم تطويرها بواسطة jollex5، والميزة الرئيسية لها هي "This extension opens a new tab with the Genius page for the song you're currently listening to.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Genius Button
قم بتنزيل ملفات الامتداد Genius Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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:\/\/*\/*" ] } |