NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
NewTab Sync Notesคืออะไร?
NewTab Sync Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rudi Olckers และคุณลักษณะหลักของมันคือ "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewTab Sync Notes
ดาวน์โหลดไฟล์ส่วนขยาย NewTab Sync Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a chrome extension which aim to be a light-weight notes manager that opens up when a new tab is created. The content will be synchronised across multiple browser instances. The Papier chrome extension (https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia) inspired this project.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NewTab Sync Notes |
ID | neiinhkoafdpmaimmckhceppaaflojpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
คำอธิบาย | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
ขนาดไฟล์ | 618 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-08-08 |
วันที่เผยแพร่ | 2016-08-08 |
คะแนน | 2.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Rudi Olckers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NewTab Sync Notes", "version": "1.1", "description": "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "incognito": "split", "permissions": [ "storage" ] } |