Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

什麼是Easy Note?

Easy Note是由ozanerturk17開發的Chrome擴展程式,該擴展的主要功能是“Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome”。

擴展截圖

screenshot

下載Easy Note擴展crx文件

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

擴展使用說明

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

擴展基本資訊

名稱 Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
官方網址 https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
簡介 Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
檔案大小 222 KB
安裝次數 33
目前版本 1.3.1
更新時間 2024-02-27
上架時間 2021-03-10
評分 4.00/5 共 4 次評分
開發者 ozanerturk17
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ozanerturk/easy-note-chrome-extension
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}