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…

Wat is Easy Notes Maker?

Easy Notes Maker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy Notes Maker

Download Easy Notes Maker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
Officiële URL https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Beschrijving Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Bestandsgrootte 119 KB
Aantal Installaties 51
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2022-01-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}