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
官方URL 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"
    }
}