Lightweight Notepad

Very very lightweight notepad.

什麼是Lightweight Notepad?

Lightweight Notepad是由Murali Krishna Chanda開發的Chrome擴展程式,該擴展的主要功能是“Very very lightweight notepad.”。

擴展截圖

screenshot

下載Lightweight Notepad擴展crx文件

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

擴展使用說明

                        A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.                    

擴展基本資訊

名稱 Lightweight Notepad Lightweight Notepad
ID pkhiahnopknkooefhefdbalaaboepmbm
官方網址 https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm
簡介 Very very lightweight notepad.
檔案大小 41.88 KB
安裝次數 1,218
目前版本 4
更新時間 2019-04-01
上架時間 2019-04-01
評分 4.44/5 共 16 次評分
開發者 Murali Krishna Chanda
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightweight Notepad",
    "version": "4",
    "manifest_version": 2,
    "description": "Very very lightweight notepad.",
    "browser_action": {
        "default_icon": "notepad.png",
        "default_popup": "notepad.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "function.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}