404 New Tab
Interesting 404 pages as new tab
ما هو 404 New Tab؟
404 New Tab هو إضافة Chrome تم تطويرها بواسطة cjinghong، والميزة الرئيسية لها هي "Interesting 404 pages as new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 404 New Tab
قم بتنزيل ملفات الامتداد 404 New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See an interesting 404 page every time you opens a new tab, including the credits and the source code. Great inspirations for designers and developers. What's up Product Hunt fam! If you find this interesting, please leave a review. I'm currently jobless right now, and for 2021 I've decided to create small projects that can be done within 2 months, and launch em here. Any feedback, positive or negative is always welcomed. Much love, JH.
معلومات أساسية عن التمديد
الاسم | 404 New Tab |
ID | gknjkkofibflpnkdcfkioghkffdbdkik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/404-new-tab/gknjkkofibflpnkdcfkioghkffdbdkik |
الوصف | Interesting 404 pages as new tab |
حجم الملف | 1.74 MB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.2.5 |
آخر تحديث | 2021-01-19 |
تاريخ النشر | 2020-12-21 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | cjinghong |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.producthunt.com/posts/404-new-tab-2 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.5", "manifest_version": 2, "name": "404 New Tab", "description": "Interesting 404 pages as new tab", "background": { "scripts": [ "lib\/js\/browser-polyfill.js", "background.js" ] }, "browser_action": { "default_icon": "img\/icon.png" }, "icons": { "128": "img\/icon.png" }, "web_accessible_resources": [ "sidebar.html" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |