Omnivore
Save PDFs and Articles to your Omnivore library
Omnivoreคืออะไร?
Omnivore เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omnivore.app และคุณลักษณะหลักของมันคือ "Save PDFs and Articles to your Omnivore library"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnivore
ดาวน์โหลดไฟล์ส่วนขยาย Omnivore ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Distraction free. Privacy focused. Open source. Save web pages, articles, newsletters, and documents to read later. Add notes and highlights. Organize your reading list and sync it across all your devices. TL;DR - Distraction-free reader view strips away ads, trackers, and clutter for easy reading and faster loading. - Easy markup tools let you highlight and add notes. - Saved articles remain in your library forever, even if the original site goes away. - Newsletter subscriptions go directly to your library, away from the chaos of your email inbox. - Stay organized with labels, filters, and fully indexed text searches. - Sync your reading across all your devices - Sync all your reading to Logseq using our Logseq plugin. What are you going to read next? With Omnivore, you’re always in control. Read what you want, when you want, without distractions. Notes and highlights stay with your archived content forever. Advanced features help you read more efficiently and stay organized.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Omnivore |
ID | blkggjdmcfjdbmmmlfcpplkchpeaiiab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab |
คำอธิบาย | Save PDFs and Articles to your Omnivore library |
ขนาดไฟล์ | 186 KB |
จำนวนการติดตั้ง | 35,249 |
เวอร์ชันปัจจุบัน | 2.8.0 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2022-07-23 |
คะแนน | 4.71/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | https://omnivore.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://omnivore.app/ |
URL หน้าช่วยเหลือ | https://omnivore.app/support |
URL หน้านโยบายความเป็นส่วนตัว | https://omnivore.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnivore", "short_name": "Omnivore", "version": "2.8.0", "description": "Save PDFs and Articles to your Omnivore library", "author": "Omnivore Media, Inc", "default_locale": "en", "developer": { "name": "Omnivore Media, Inc", "url": "https:\/\/omnivore.app\/" }, "homepage_url": "https:\/\/omnivore.app\/", "content_security_policy": "default-src 'none'; child-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src https:\/\/storage.googleapis.com\/ https:\/\/api-prod.omnivore.app\/api\/ blob:; frame-src 'none'; font-src 'none'; img-src data:; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src 'self'; style-src-elem 'self'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; block-all-mixed-content; upgrade-insecure-requests; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/omnivore\/", "icons": { "16": "\/images\/extension\/icon-16.png", "24": "\/images\/extension\/icon-24.png", "32": "\/images\/extension\/icon-32.png", "48": "\/images\/extension\/icon-48.png", "96": "\/images\/extension\/icon-96.png", "128": "\/images\/extension\/icon-128.png", "256": "\/images\/extension\/icon-256.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/*\/**", "http:\/\/*\/**" ], "background": { "page": "\/views\/background.html", "persistent": true }, "minimum_chrome_version": "21", "minimum_opera_version": "15", "applications": { "gecko": { "id": "[email protected]" } }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "options_ui": { "page": "\/views\/options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/**", "http:\/\/*\/**" ], "js": [ "\/scripts\/common.js", "\/scripts\/content\/toast.js", "\/scripts\/content\/page-info.js", "\/scripts\/content\/prepare-content.js", "\/scripts\/content\/content-listener-script.js" ] }, { "matches": [ "https:\/\/*\/**", "http:\/\/*\/**" ], "js": [ "\/scripts\/content\/grab-iframe-content.js" ], "all_frames": true } ], "browser_action": { "default_icon": { "16": "\/images\/extension\/icon-16.png", "19": "\/images\/extension\/icon-19.png", "24": "\/images\/extension\/icon-24.png", "32": "\/images\/extension\/icon-32.png", "38": "\/images\/extension\/icon-38.png", "48": "\/images\/extension\/icon-48.png" }, "default_title": "Omnivore Save Article" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt + O" }, "description": "Save the current tab to Omnivore" } }, "web_accessible_resources": [ "views\/toast.html" ] } |