Lichess page
Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
ما هو Lichess page؟
Lichess page هو إضافة Chrome تم تطويرها بواسطة dani4kor، والميزة الرئيسية لها هي "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lichess page
قم بتنزيل ملفات الامتداد Lichess page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!
معلومات أساسية عن التمديد
الاسم | |
ID | mckbhoccfkhafmkeiemcgoobfjplndin |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin |
الوصف | Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff |
حجم الملف | 335 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2016-12-16 |
تاريخ النشر | 2016-12-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | dani4kor |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "static\/js\/jquery-3.1.1.min.js", "static\/js\/background.js" ] }, "chrome_url_overrides": { "newtab": "static\/template\/index.html" }, "options_page": "static\/template\/options.html", "description": "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff", "icons": { "16": "static\/icon\/16x16.png", "32": "static\/icon\/32x32.png", "48": "static\/icon\/48x48.png", "128": "static\/icon\/128x128.png" }, "manifest_version": 2, "name": "Lichess page", "offline_enabled": true, "version": "0.0.3", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "https:\/\/en.lichess.org\/*" ] } |