Whatnote - New tab, new note

Scribble anything without leaving your browser, ever!

Whatnote - New tab, new note क्या है?

Whatnote - New tab, new note Ashish Kumar Sahoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scribble anything without leaving your browser, ever!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whatnote - New tab, new note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🚀 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                    

एक्सटेंशन की मूल जानकारी

नाम Whatnote - New tab, new note Whatnote - New tab, new note
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"
    }
}