Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
ما هو Smart Lyrics Tool؟
Smart Lyrics Tool هو إضافة Chrome تم تطويرها بواسطة https://smart-lyrics.com، والميزة الرئيسية لها هي "Smart Tools for Lyrics synchronize timing word by word".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart Lyrics Tool
قم بتنزيل ملفات الامتداد Smart Lyrics Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
معلومات أساسية عن التمديد
الاسم | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
الوصف | Smart Tools for Lyrics synchronize timing word by word |
حجم الملف | 46.43 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-01-05 |
تاريخ النشر | 2018-01-05 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://smart-lyrics.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Lyrics Tool", "short_name": "Smart Lyrics Tool", "description": "Smart Tools for Lyrics synchronize timing word by word", "version": "0.1", "minimum_chrome_version": "38", "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "assets\/16.png", "32": "assets\/32.png", "64": "assets\/64.png", "128": "assets\/128.png" }, "browser_action": { "default_icon": "assets\/128.png", "default_title": "Smart Lyrics Tool", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |