Notepad Notes Backuper

Backup all your notes from Yahoo Notepad with one click.

Qu'est-ce que Notepad Notes Backuper ?

Notepad Notes Backuper est une extension Chrome développée par Andrey Shevyakov, et sa fonction principale est "Backup all your notes from Yahoo Notepad with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Notepad Notes Backuper

Téléchargez les fichiers d'extension Notepad Notes Backuper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Notepad Notes Backuper Notepad Notes Backuper
ID lnfhghdlmdafcphjeljejakjgiojhjig
URL Officiel https://chromewebstore.google.com/detail/notepad-notes-backuper/lnfhghdlmdafcphjeljejakjgiojhjig
Description Backup all your notes from Yahoo Notepad with one click.
Taille du Fichier 171 KB
Nombre d'Installations 372
Version Actuelle 1.7
Dernière Mise à Jour 2021-07-21
Date de Publication 2020-05-18
Évaluation 4.38/5 Total 16 Évaluations
Développeur Andrey Shevyakov
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://zitri.tech/privacy/chrome
Langues Prises en Charge 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
    }
}