Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Browser Notes & Remindersคืออะไร?
Browser Notes & Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZhivoTech และคุณลักษณะหลักของมันคือ "A simple extension which allows you to manage notes in the new tab window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Notes & Reminders
ดาวน์โหลดไฟล์ส่วนขยาย Browser Notes & Reminders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
คำอธิบาย | A simple extension which allows you to manage notes in the new tab window |
ขนาดไฟล์ | 947 KB |
จำนวนการติดตั้ง | 196 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-11-30 |
วันที่เผยแพร่ | 2019-11-29 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ZhivoTech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.meowplayground.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |