Whatnote - New tab, new note
Scribble anything without leaving your browser, ever!
Whatnote - New tab, new noteคืออะไร?
Whatnote - New tab, new note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashish Kumar Sahoo และคุณลักษณะหลักของมันคือ "Scribble anything without leaving your browser, ever!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatnote - New tab, new note
ดาวน์โหลดไฟล์ส่วนขยาย Whatnote - New tab, new note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 Whatnote is a dead-simple browser extension which helps you to scribble anything. Your to-do list, reading list you want to go through this weekend, your grocery list, code snippets and whatnot(e).
👉 Why another note-taking app?
Let's face it, we really don't need a full-fledged note-taking app to jot down our random and un-organised thoughts. This needs a simple, fast and easy to access platform where you can have your cluttered, random and fragmented jotting really quick. And a browser-tab is the fastest, easiest and most accessible platorm to use.
Features:
- Zero learning curve note-taking
- Support of Bold, Italics, Strike, Bullet Points, Link and Code Block
- Tag your note
- Pin your note to access them faster ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ndffjobnoekfkfnfjalhiblmkdhgkafo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whatnote-new-tab-new-note/ndffjobnoekfkfnfjalhiblmkdhgkafo |
| คำอธิบาย | Scribble anything without leaving your browser, ever! |
| ขนาดไฟล์ | 315 KB |
| จำนวนการติดตั้ง | 544 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2020-09-09 |
| วันที่เผยแพร่ | 2020-09-09 |
| คะแนน | 4.71/5 รวมทั้งหมด 21 คะแนน |
| ผู้พัฒนา | Ashish Kumar Sahoo |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Whatnote - New tab, new note",
"description": "Scribble anything without leaving your browser, ever!",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "Whatnote - New tab, new note"
},
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "tab\/tab.html"
}
} | |