Notepad Notes Backuper

Backup all your notes from Yahoo Notepad with one click.

什麼是Notepad Notes Backuper?

Notepad Notes Backuper是由Andrey Shevyakov開發的Chrome擴展程式,該擴展的主要功能是“Backup all your notes from Yahoo Notepad with one click.”。

擴展截圖

screenshot
screenshot

下載Notepad Notes Backuper擴展crx文件

下載Notepad Notes Backuper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}