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…

Vad är Easy Notes Maker?

Easy Notes Maker är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Easy Notes Maker-förlängningens CRX-fil

Ladda ner Easy Notes Maker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
Officiell webbadress https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Beskrivning Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Filstorlek 119 KB
Antal Installationer 51
Aktuell Version 1.0.0
Senast Uppdaterad 2022-01-27
Publiceringsdatum 2022-01-26
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}