Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
ما هو Google Inbox Discord Skin؟
Google Inbox Discord Skin هو إضافة Chrome تم تطويرها بواسطة Spoon، والميزة الرئيسية لها هي "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Inbox Discord Skin
قم بتنزيل ملفات الامتداد Google Inbox Discord Skin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
معلومات أساسية عن التمديد
الاسم | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
الوصف | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
حجم الملف | 31.44 KB |
عدد التثبيتات | 435 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-06-05 |
تاريخ النشر | 2016-06-05 |
تقييم | 2.21/5 مجموع تقييمات 33 |
المطور | Spoon |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "discordInbox.user.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.", "name": "Google Inbox Discord Skin", "short_name": "Discord Inbox", "version": "1.1", "icons": { "16": "discord-inbox-16.png", "32": "discord-inbox-32.png", "64": "discord-inbox-64.png", "128": "discord-inbox-128.png" } } |