Whatnote - New tab, new note

Scribble anything without leaving your browser, ever!

Whatnote - New tab, new note là gì?

Whatnote - New tab, new note là một tiện ích mở rộng Chrome được phát triển bởi Ashish Kumar Sahoo, và tính năng chính của nó là "Scribble anything without leaving your browser, ever!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whatnote - New tab, new note

Tải xuống các tệp mở rộng Whatnote - New tab, new note dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whatnote - New tab, new note Whatnote - New tab, new note
ID ndffjobnoekfkfnfjalhiblmkdhgkafo
URL Chính Thức https://chromewebstore.google.com/detail/whatnote-new-tab-new-note/ndffjobnoekfkfnfjalhiblmkdhgkafo
Mô tả Scribble anything without leaving your browser, ever!
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 544
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-09-09
Đánh Giá 4.71/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Ashish Kumar Sahoo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}