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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.protopage.com/_api/contact |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } |