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…

Apa itu Easy Notes Maker?

Easy Notes Maker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy Notes Maker

Unduh file ekstensi Easy Notes Maker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
URL Resmi https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Deskripsi Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Ukuran File 119 KB
Jumlah Instalasi 51
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-01-27
Tanggal Publikasi 2022-01-26
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}