Peek Technology News
Keep up with technology news on your new tab page.
ما هو Peek Technology News؟
Peek Technology News هو إضافة Chrome تم تطويرها بواسطة http://peek.news، والميزة الرئيسية لها هي "Keep up with technology news on your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Peek Technology News
قم بتنزيل ملفات الامتداد Peek Technology News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.
معلومات أساسية عن التمديد
الاسم | |
ID | dhhhilahcdpmdildnfomideijdmjaiip |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip |
الوصف | Keep up with technology news on your new tab page. |
حجم الملف | 8.42 KB |
عدد التثبيتات | 166 |
النسخة الحالية | 3.2 |
آخر تحديث | 2021-12-06 |
تاريخ النشر | 2020-04-07 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | http://peek.news |
البريد الإلكتروني | [email protected] |
موقع الإضافة | https://peek.news |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek Technology News", "description": "Keep up with technology news on your new tab page.", "version": "3.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/peek.news\/", "https:\/\/*.peek.news\/*" ], "chrome_url_overrides": { "newtab": "redirect.html" } } |