If You're Bored... New Tab
New tab page that shows list of things you could be doing instead of wasting your time on the internet.
ما هو If You're Bored... New Tab؟
If You're Bored... New Tab هو إضافة Chrome تم تطويرها بواسطة johannes.santen، والميزة الرئيسية لها هي "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة If You're Bored... New Tab
قم بتنزيل ملفات الامتداد If You're Bored... New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.
معلومات أساسية عن التمديد
الاسم | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
الوصف | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
حجم الملف | 99.84 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-05-14 |
تاريخ النشر | 2017-05-14 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | johannes.santen |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "If You're Bored... New Tab", "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "ifyourebored.html" } } |