Protopage Start Page
Protopage Start Page
ما هو Protopage Start Page؟
Protopage Start Page هو إضافة Chrome تم تطويرها بواسطة https://www.protopage.com، والميزة الرئيسية لها هي "Protopage Start Page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Protopage Start Page
قم بتنزيل ملفات الامتداد Protopage Start Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Protopage is your own personal start page. It can import news headlines from almost any web site. Read your own selection of news and blogs, keep bookmarks, to-do lists, sticky notes, and much more. This extension gives you quick access to your Protopage, and lets you easily add news feeds and bookmarks to your start page from any site web site that you are visiting in your web browser. Privacy assurance This extension does not disclose your web browsing activity in any way to any party, and is never transmitted outside of your computer. This extension is designed solely to give you easy access to your Protopage start page and to help you add bookmarks and news feeds to your Protopage.
معلومات أساسية عن التمديد
الاسم | Protopage Start Page |
ID | hjgoljmnaepbdpeadpciimeapgjadenc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc |
الوصف | Protopage Start Page |
حجم الملف | 289 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.41 |
آخر تحديث | 2023-11-27 |
تاريخ النشر | 2018-09-09 |
تقييم | 3.98/5 مجموع تقييمات 40 |
المطور | https://www.protopage.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.protopage.com |
عنوان صفحة المساعدة | https://www.protopage.com/_api/contact |
عنوان صفحة سياسة الخصوصية | https://www.protopage.com/web/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Protopage Start Page", "description": "Protopage Start Page", "version": "1.41", "icons": { "128": "images\/extension-icon128.png", "48": "images\/extension-icon48.png", "16": "images\/extension-icon16.png" }, "incognito": "split", "permissions": [ "activeTab", "tabs", "cookies", "storage", "scripting" ], "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.protopage.com\/*" ], "js": [ "ext-pp-concatenated-sources-contentscript-protopage.js" ], "run_at": "document_end" } ], "background": { "service_worker": "ext-pp-concatenated-sources-background.js" }, "host_permissions": [ "*:\/\/*.protopage.com\/*" ] } |