Simple Notebook

Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).

什麼是Simple Notebook?

Simple Notebook是由eliasedgren1開發的Chrome擴展程式,該擴展的主要功能是“Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).”。

擴展截圖

screenshot

下載Simple Notebook擴展crx文件

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

擴展使用說明

                        By clicking the extension button a basic, minimalist, notebook appears. Here you can write whatever you want, and your words are locally stored. In the bottom right corner is a dark mode button.                    

擴展基本資訊

名稱 Simple Notebook Simple Notebook
ID apflfenklpnafmonogfcjnpblabaliok
官方網址 https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok
簡介 Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
檔案大小 106 KB
安裝次數 79
目前版本 0.0.0.1
更新時間 2021-05-25
上架時間 2021-05-24
開發者 eliasedgren1
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notebook",
    "version": "0.0.0.1",
    "description": "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).",
    "manifest_version": 2,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}