Matter
Save articles to your Matter account
Matterคืออะไร?
Matter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmatter.app และคุณลักษณะหลักของมันคือ "Save articles to your Matter account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matter
ดาวน์โหลดไฟล์ส่วนขยาย Matter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Matter: Save, read, listen, highlight
Finally, a better reading app. The internet is full of things you want to read – articles, newsletters, Twitter threads, PDFs. Matter brings them together in one place.
“Matter improves vastly on earlier read-later apps like Pocket and Instapaper, letting you easily access news and other stories whenever you get the time” –The Wall Street Journal (2022)
Save in 1-click:
- Save full articles if you’re within the paywall (eg. Bloomberg, NYT, WSJ)
- Rollup Twitter threads into a single article page
- Save PDFs and YouTube
3 ways to save:
- Click the Matter button in the toolbar
- Or right-click a link and “Save to Matter”
- Or use the keyboard shortcut ‘Control + M’
Read across devices, including Kindle:
- iPhone, iPad, Web
- Send any article to Kindle in 2-taps
- We don’t support Android yet, sorry. Coming in 2023!
Unified inbox for your subscriptions:
- Sync your newsletters by connecting Gmail
- Follow individual writers for their latest
- Add any RSS feed
The most elegant reading experience:
- Best-in-class article parsing
- Gorgeous night mode
- Human-like text-to-speech
- Fluid highlighting
Export your knowledge:
- Sync your highlights to Notion, Obsidian, Roam, Readwise, and others ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | knjbgabkeojmfdhindppcmhhfiembkeb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/matter/knjbgabkeojmfdhindppcmhhfiembkeb |
| คำอธิบาย | Save articles to your Matter account |
| ขนาดไฟล์ | 4.83 MB |
| จำนวนการติดตั้ง | 24,342 |
| เวอร์ชันปัจจุบัน | 4.5.0 |
| อัปเดตครั้งล่าสุด | 2023-06-08 |
| วันที่เผยแพร่ | 2022-11-16 |
| คะแนน | 4.19/5 รวมทั้งหมด 26 คะแนน |
| ผู้พัฒนา | https://getmatter.app |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://hq.getmatter.app/web-extension |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.notion.so/Privacy-Policy-Dig-Wells-Inc-d251dca14d7b4f2baf4fd21c38600e76 |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Matter",
"version": "4.5.0",
"description": "Save articles to your Matter account",
"author": "Matter",
"manifest_version": 2,
"permissions": [
"storage",
"activeTab",
"tabs",
"contextMenus",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Save to Matter",
"default_icon": {
"16": "\/images\/matter-icon-16.png",
"32": "\/images\/matter-icon-32.png",
"48": "\/images\/matter-icon-48.png",
"96": "\/images\/matter-icon-96.png",
"128": "\/images\/matter-icon-128.png",
"256": "\/images\/matter-icon-256.png"
}
},
"background": {
"scripts": [
"\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |