Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

ما هو Google Music Lyrics؟

Google Music Lyrics هو إضافة Chrome تم تطويرها بواسطة https://code.coolersport.info، والميزة الرئيسية لها هي "Toggle lyrics panel inside Google Music for the current playing song".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Music Lyrics

قم بتنزيل ملفات الامتداد Google Music Lyrics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is simply a bookmarklet published as a convenient extension for Chrome. You can view the details at http://code.coolersport.info/misc/google-music-lyrics.

Once installed, click on the extension button to toggle the lyrics panel inside google music tab.

Lyrics are served from http://lyrics.wikia.com where you can add the missing lyrics by yourself.                    

معلومات أساسية عن التمديد

الاسم Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
الوصف Toggle lyrics panel inside Google Music for the current playing song
حجم الملف 27.78 KB
عدد التثبيتات 1,234
النسخة الحالية 1.2
آخر تحديث 2015-12-27
تاريخ النشر 2015-12-27
تقييم 2.00/5 مجموع تقييمات 3
المطور https://code.coolersport.info
نوع الدفع free
موقع الإضافة http://code.coolersport.info/misc/google-music-lyrics/
عنوان صفحة المساعدة http://code.coolersport.info/misc/google-music-lyrics/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Music Lyrics",
    "short_name": "Music Lyrics",
    "description": "Toggle lyrics panel inside Google Music for the current playing song",
    "author": "Tien Tran",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Toggle Lyrics for Google Music",
        "default_icon": "music_sheet.png"
    },
    "manifest_version": 2
}