My Notes Extension

My Notes: Your personal notepad and organization tool for Chrome

Τι είναι το My Notes Extension;

Το My Notes Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Full Circle Media, και η κύρια λειτουργία του είναι "My Notes: Your personal notepad and organization tool for Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Notes Extension

Λήψη αρχείων επέκτασης My Notes Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The perfect extension to help you stay focused and goal oriented.

The extension let's you take notes and saves them even after you close the browser.
Users have a large text box to their disposal, where they are able to store all of their notes and edit or remove at anytime. 

By clicking "add to chrome", I accept and agree to installing the My Notes Extension and setting chrome new tab search provider to Microsoft Bing as described by the service 
in terms of use https://full-circlemedia.com/terms-of-use/ 
and Policy https://full-circlemedia.com/privacy-policy/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα My Notes Extension My Notes Extension
ID jekjflpbfegfepdioebbpanjkjhcihoi
Επίσημο URL https://chromewebstore.google.com/detail/my-notes-extension/jekjflpbfegfepdioebbpanjkjhcihoi
Περιγραφή My Notes: Your personal notepad and organization tool for Chrome
Μέγεθος Αρχείου 499 KB
Αριθμός Εγκαταστάσεων 25,393
Τρέχουσα Έκδοση 0.1.6
Τελευταία Ενημέρωση 2023-05-03
Ημερομηνία Δημοσίευσης 2022-12-28
Αξιολόγηση 3.43/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής Full Circle Media
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://full-circlemedia.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://full-circlemedia.com/Contact-Us/
URL της Σελίδας Πολιτικής Απορρήτου https://full-circlemedia.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.1.6",
    "author": "Full Circle Media Group LLC",
    "name": "My Notes Extension",
    "description": "My Notes: Your personal notepad and organization tool for Chrome",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.notepadextension.com\/*"
    ]
}