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
官方網址 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"
            ]
        }
    ]
}