Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
ما هو Void New Tab؟
Void New Tab هو إضافة Chrome تم تطويرها بواسطة Tom Day، والميزة الرئيسية لها هي "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Void New Tab
قم بتنزيل ملفات الامتداد Void New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.
معلومات أساسية عن التمديد
الاسم | Void New Tab |
ID | hiljjibmhmmammdajeibdemkofflgnpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
الوصف | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
حجم الملف | 143 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.0.0.1 |
آخر تحديث | 2018-01-16 |
تاريخ النشر | 2018-01-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Tom Day |
نوع الدفع | free |
موقع الإضافة | https://github.com/TDay1/void-newtab |
عنوان صفحة المساعدة | https://github.com/TDay1/void-newtab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Void New Tab", "manifest_version": 2, "version": "1.0.0.1", "author": "Thomas Day", "remove_button": true, "short_name": "Void", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/img\/16px.png", "32": ".\/img\/32px.png", "48": ".\/img\/48px.png", "64": ".\/img\/64px.png", "128": ".\/img\/128px.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |