Simple Notepad

Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.

什麼是Simple Notepad?

Simple Notepad是由ishootbw開發的Chrome擴展程式,該擴展的主要功能是“Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.”。

擴展截圖

screenshot

下載Simple Notepad擴展crx文件

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

擴展使用說明

                        Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. 

- No unneeded stuff
- Saves up to 4 Tabs
- Fast and plain
- Nice dark theme
- converts your html text to plain                    

擴展基本資訊

名稱 Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
官方網址 https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
簡介 Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
檔案大小 11.21 KB
安裝次數 49
目前版本 1.2
更新時間 2018-07-14
上架時間 2018-07-14
評分 5.00/5 共 1 次評分
開發者 ishootbw
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notepad",
    "version": "1.2",
    "author": "Ali Babi",
    "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "96": "icon96.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}