EZ-Notes

Take notes better and faster with the click of a single button!

EZ-Notes क्या है?

EZ-Notes Aayush Gupta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take notes better and faster with the click of a single button!"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension is one that will help you take notes ANYWHERE with a single click. Click the button, and a note-taking app will pop up, and when you click save, the note will be downloaded to your device. Even if you click on the screen, EZ-Notes will remember the note that you were taking and nothing will be deleted.

Notes:
  - File will be downloaded in .txt file format.
  - For Windows and Mac users wanting to upload to Google Drive, upload the .txt file to Google Drive.
  - For Chromebook users, nothing needs to be uploaded and everything will be on Google Drive by default.
----------------------------------------------------------------
EZ-Notes 1.2 Features:
- EZ-Notes now retains your note data even if you click on the screen
- "New Note" button to easily start a new note and remove all text                    

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

नाम EZ-Notes EZ-Notes
ID hdeeaaiigagefglpjckfifebpcebiklb
आधिकारिक URL https://chromewebstore.google.com/detail/ez-notes/hdeeaaiigagefglpjckfifebpcebiklb
विवरण Take notes better and faster with the click of a single button!
फ़ाइल का आकार 52.46 KB
स्थापना संख्या 310
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-05-09
प्रकाशन तिथि 2020-05-09
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर Aayush Gupta
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZ-Notes",
    "description": "Take notes better and faster with the click of a single button!",
    "version": "1.2.1",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "16x16.png",
        "32": "96x96.png",
        "48": "96x96.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "96x96.png",
        "default_popup": "index.html"
    }
}