Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

Easy Note क्या है?

Easy Note ozanerturk17 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome"।

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

screenshot

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

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

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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

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

नाम Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
आधिकारिक URL https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
विवरण Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
फ़ाइल का आकार 222 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-03-10
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर ozanerturk17
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ozanerturk/easy-note-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}