Easy Notes Maker

Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…

什么是Easy Notes Maker?

Easy Notes Maker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…”。

扩展截图

screenshot
screenshot

下载Easy Notes Maker扩展crx文件

下载Easy Notes Maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste again and again? Here's the solution to your problem!

Through this extension you can select the text that you find note-worthy and it will be AUTOMATICALLY saved in a text file. Once you are done with saving all the important text, you can click the download button to save that file in your computer.

All your noted text is saved even if you change/refresh tabs, so browse and study freely!

NOTE: If the extension doesn't work, try turning off extensions like "AdBlocker" for that website.                    

扩展基本信息

名称 Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
官方URL https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
简介 Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
文件大小 119 KB
安装次数 51
当前版本 1.0.0
更新时间 2022-01-27
上架时间 2022-01-26
评分 5.00/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes Maker",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "East.png",
        "48": "East.png",
        "128": "East.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "working.js"
            ]
        }
    ]
}