Roam Reduced
A clean, automatic light/dark theme for Roam.
Roam Reducedคืออะไร?
Roam Reduced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jdsimcoe และคุณลักษณะหลักของมันคือ "A clean, automatic light/dark theme for Roam."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roam Reduced
ดาวน์โหลดไฟล์ส่วนขยาย Roam Reduced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This theme automatically applied light/dark styling based on your default system theme. It removes distracting elements, and improves the overall usage of Roam Research.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roam Reduced |
ID | dlaojjkppiogjhnbhhdaoaeilfadcbgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg |
คำอธิบาย | A clean, automatic light/dark theme for Roam. |
ขนาดไฟล์ | 9.42 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2020-06-03 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jdsimcoe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jdsimcoe.com |
URL หน้าช่วยเหลือ | https://github.com/jdsimcoe/roam-reduced |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "author": "Jonathan Simcoe", "browser_action": { "default_icon": "icon-128.png", "default_title": "Roam Reduced" }, "content_scripts": [ { "matches": [ "*:\/\/*.roamresearch.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.roamresearch.com\/*" ], "css": [ "reduced.css" ], "run_at": "document_start" } ], "description": "A clean, automatic light\/dark theme for Roam.", "homepage_url": "https:\/\/jdsimcoe.com\/", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Roam Reduced", "permissions": [ "tabs", "*:\/\/*.roamresearch.com\/#\/*" ], "short_name": "RoamReduced", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2" } |