Tab Notes
Allow you to write anything in new tab
Tab Notesคืออะไร?
Tab Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.wildsky.cc และคุณลักษณะหลักของมันคือ "Allow you to write anything in new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Notes
ดาวน์โหลดไฟล์ส่วนขยาย Tab Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
คำอธิบาย | Allow you to write anything in new tab |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 1,782 |
เวอร์ชันปัจจุบัน | 3.2.0 |
อัปเดตครั้งล่าสุด | 2022-03-03 |
วันที่เผยแพร่ | 2020-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://blog.wildsky.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://readmoo.com/terms/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |