NEW TAB NOTE

NEW TAB NOTE is new tab extension for notes!

什麼是NEW TAB NOTE?

NEW TAB NOTE是由deren開發的Chrome擴展程式,該擴展的主要功能是“NEW TAB NOTE is new tab extension for notes!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NEW TAB NOTE擴展crx文件

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

擴展使用說明

                        ✨ Update
- 2022/1/26
You can now create multiple notes.

- 2022/1/21
Layout adjustment.

- 2021/11/29
Improved list entry.

- 2021/07/08
I added a filter function.
You can blur the contents of the memo by clicking the icon.
You can blur your notes in filter mode to block peeping from others.

---

📚 Features
- Just open new tab, and write down thoughts.
- You can write in markdown.
- No worries about saving things when writing.
- You can blur your notes in filter mode to block peeping from others.
- You can create multiple notes.

---

Click here for requests.
https://github.com/deren2525/new-tab-note/issues/new/choose                    

擴展基本資訊

名稱 NEW TAB NOTE NEW TAB NOTE
ID ihcgjbnbjnbfepjmoaklafegcehdfihn
官方網址 https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn
簡介 NEW TAB NOTE is new tab extension for notes!
檔案大小 870 KB
安裝次數 131
目前版本 2.8.1
更新時間 2022-05-18
上架時間 2020-08-15
評分 4.00/5 共 4 次評分
開發者 deren
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/deren2525/new-tab-note
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "2.8.1",
    "description": "__MSG_Description__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/images\/icon.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newTabNote.html"
    },
    "icons": {
        "48": "assets\/images\/icon.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}