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…

Cos'è Easy Notes Maker?

Easy Notes Maker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy Notes Maker

Scarica i file di estensione Easy Notes Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
URL Ufficiale https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Descrizione Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Dimensione del File 119 KB
Conteggio Installazioni 51
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-01-27
Data di Pubblicazione 2022-01-26
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}