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…

Qu'est-ce que Easy Notes Maker ?

Easy Notes Maker est une extension Chrome développée par Unknown, et sa fonction principale est "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Notes Maker

Téléchargez les fichiers d'extension Easy Notes Maker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
URL Officiel https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Description Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Taille du Fichier 119 KB
Nombre d'Installations 51
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-01-27
Date de Publication 2022-01-26
Évaluation 5.00/5 Total 4 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}