Notepad - online
Notepad-online for Chrome with sync functionality. Open and edit data on any computer.
Notepad - onlineคืออะไร?
Notepad - online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notepad-online.ru และคุณลักษณะหลักของมันคือ "Notepad-online for Chrome with sync functionality. Open and edit data on any computer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notepad - online
ดาวน์โหลดไฟล์ส่วนขยาย Notepad - online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is just a notepad online. You can save any text from the internet and get access to it anywhere. Notepad with auto save and sync.
Create a large number of notes for different purposes.
Enter the password, so nobody can see the content of your Notepad.
Enjoy! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fefodpegbocmidnfphgggnjcicipaibk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notepad-online/fefodpegbocmidnfphgggnjcicipaibk |
| คำอธิบาย | Notepad-online for Chrome with sync functionality. Open and edit data on any computer. |
| ขนาดไฟล์ | 294 KB |
| จำนวนการติดตั้ง | 261,894 |
| เวอร์ชันปัจจุบัน | 1.15.120 |
| อัปเดตครั้งล่าสุด | 2023-04-13 |
| วันที่เผยแพร่ | 2020-06-04 |
| คะแนน | 4.35/5 รวมทั้งหมด 1123 คะแนน |
| ผู้พัฒนา | https://notepad-online.ru |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://notepad-online.info/privacy.html |
| ภาษาที่รองรับ | de,en,fr,es,it,pt-BR,ru,hi,zh-CN |
| manifest.json | |
{
"manifest_version": 2,
"author": "nevzilya",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"options_page": "options.html",
"version": "1.15.120",
"offline_enabled": true,
"background": {
"page": "background.html"
},
"icons": {
"48": "img\/notepad_48.png",
"128": "img\/notepad_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"https:\/\/notepad-online.ru\/*",
"http:\/\/notepad-online.ru\/*",
"unlimitedStorage",
"contextMenus"
],
"browser_action": {
"default_icon": {
"24": "img\/a_6.png",
"48": "img\/notepad_48.png",
"128": "img\/notepad_128.png"
},
"default_title": "__MSG_ext_short_name__",
"default_popup": "index.html"
},
"default_locale": "en",
"short_name": "__MSG_ext_short_name__",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
} | |