Notepad
A very simple notepad for Chrome with sync functionality.
Notepadคืออะไร?
Notepad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://georgepapadakis.me และคุณลักษณะหลักของมันคือ "A very simple notepad for Chrome with sync functionality."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notepad
ดาวน์โหลดไฟล์ส่วนขยาย Notepad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**A brand new version (5.0) has just been released** New features: - New Looks, - Multiple notes features - Search - Deleting - Auto Sync with bookmarks. - Reordering These are the people involved in this project: - Azharuddin @azharuddin31, [email protected] (Development) - Prashanthi Mendu @MenduPrashanthi (Design and UX) - Rajdeep Barman @gs-rbarman (Development) - Viswadeepthi Rejinthala, [email protected] (Development) ----- Chrome Notepad is a very simple notepad extension for Chrome that can sync notes to all your Chrome installations! Features: - Saves notes. - Remembers the last caret position (and scroll offset). - Reports last update. - Syncs notes (and caret position, scroll offsets) to all your computers. Latest changes: - Configurable font size. - Configurable notepad size. - Syncing on by default. - Fixed some syncing issues. - Bigger input area. On syncing: This extension includes syncing capabilities by utilizing the bookmark syncing mechanism of Google Chrome. In order for the syncing to work, you will have to enable bookmark syncing. Once you do that, a folder named BSync will show up in your "Other bookmarks" folder. Please don't remove it. Syncing takes place every 5+ minutes (if needed). *** SYNC NOT WORKING? *** In case sync is not working as it should, try to stop syncing for your Google account, restart Chrome and enable it back again. Read more on syncing here: http://bit.ly/ajt0W9 __________________________________________________________________ My other extensions: - Chrome Currency Converter: http://bit.ly/7pNM1a - My Extensions: http://bit.ly/5ZQhzW - Page Refresh: http://bit.ly/7EvOud - User ID: http://bit.ly/85ZbMG - My Alerts: http://bit.ly/7iEMXv - Pathfinder Weather: http://bit.ly/87G6RL (For Greeks)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notepad |
ID | ffbhefmlcoihbjcmibbfkocmnaiacinp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notepad/ffbhefmlcoihbjcmibbfkocmnaiacinp |
คำอธิบาย | A very simple notepad for Chrome with sync functionality. |
ขนาดไฟล์ | 754 KB |
จำนวนการติดตั้ง | 290,488 |
เวอร์ชันปัจจุบัน | 6.1.1 |
อัปเดตครั้งล่าสุด | 2023-11-13 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 3.80/5 รวมทั้งหมด 781 คะแนน |
ผู้พัฒนา | https://georgepapadakis.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/phaistonian |
URL หน้านโยบายความเป็นส่วนตัว | https://www.bestprice.gr/assistant/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Notepad", "description": "A very simple notepad for Chrome with sync functionality.", "background": { "scripts": [ "js", "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/19x19-local.png", "default_title": "Chrome Notepad", "default_popup": "popup.html" }, "icons": { "48": "icons\/48x48-local.png", "128": "icons\/128x128-local.png" }, "permissions": [ "contextMenus", "bookmarks", "storage" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "6.1.1" } |