Notepad Notes Backuper

Backup all your notes from Yahoo Notepad with one click.

Notepad Notes Backuper क्या है?

Notepad Notes Backuper Andrey Shevyakov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup all your notes from Yahoo Notepad with one click."।

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

screenshot
screenshot

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

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

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

                        Notepad Notes Backuper - your best tool for Yahoo Notepad backup! 

Notepad Notes Backuper extension for Google Chrome saves all your Yahoo Notepad notes as a single ZIP file (TXT or JSON format), with the backup date included in the filename, in order to provide additional convenience.

The backup files are saved to the specified Chrome download location.

It might take a while to backup all your notes, please be patient.

Version 1.1: JSON backup supported
Version 1.2: Bug fixes, backup status indicator
Version 1.3: Bug fixes (special characters in file names)
Version 1.4: Bug fixes
Version 1.5: Bug fixes, UX improvement
Version 1.6: JSON issues fix
Version 1.7: New API support

Disclaimer: neither the app, nor its author is affiliated with the Yahoo! Inc. company. The product is not endorsed in any way by the Yahoo! Inc. company.                    

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

नाम Notepad Notes Backuper Notepad Notes Backuper
ID lnfhghdlmdafcphjeljejakjgiojhjig
आधिकारिक URL https://chromewebstore.google.com/detail/notepad-notes-backuper/lnfhghdlmdafcphjeljejakjgiojhjig
विवरण Backup all your notes from Yahoo Notepad with one click.
फ़ाइल का आकार 171 KB
स्थापना संख्या 372
वर्तमान संस्करण 1.7
अंतिम अपडेट 2021-07-21
प्रकाशन तिथि 2020-05-18
रेटिंग 4.38/5 कुल 16 रेटिंग्स
डेवलपर Andrey Shevyakov
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://zitri.tech/privacy/chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notepad Notes Backuper",
    "short_name": "Notepad Notes Backuper",
    "description": "Backup all your notes from Yahoo Notepad with one click.",
    "version": "1.7",
    "author": "Andrey Shevyakov",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    }
}