One Page Reader
This add-on attempts to automatically loaded news article in one site.
One Page Readerคืออะไร?
One Page Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DevAttendant และคุณลักษณะหลักของมันคือ "This add-on attempts to automatically loaded news article in one site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Page Reader
ดาวน์โหลดไฟล์ส่วนขยาย One Page Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on attempts to automatically loaded news article in one site. The add-on has been developed because various (especially German) websites are publishing article divided in multiple pages. Supported websites: - FAZ.net - golem.de - heise.de - sueddeutsche.de - wiwo.de (Wirtschaftswoche) - zeit.de - 11freunde.de
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gepnohliadeifgobdpkepfeehfimkakl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-page-reader/gepnohliadeifgobdpkepfeehfimkakl |
คำอธิบาย | This add-on attempts to automatically loaded news article in one site. |
ขนาดไฟล์ | 11.64 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-12-22 |
วันที่เผยแพร่ | 2019-03-26 |
ผู้พัฒนา | DevAttendant |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "DevAttendant", "description": "__MSG_appDesc__", "name": "One Page Reader", "version": "1.1.0", "default_locale": "en", "icons": { "48": "icons\/48.png", "96": "icons\/96.png" }, "permissions": [ "webRequest", "declarativeNetRequest", "scripting" ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/background\/append-TDj1W9P5.js", "assets\/utils-Q4Pq2Dqq.js", "src\/entries\/background\/append.js" ], "matches": [ " |