Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Τι είναι το Mixture - Domain Specific Quick Notes;

Το Mixture - Domain Specific Quick Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BrowseChat, και η κύρια λειτουργία του είναι "Create notes specific to a domain or website.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mixture - Domain Specific Quick Notes

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

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

                        Mixture is the extension for writing quick notes specific to a website.

Features 
-- Notes written will never leave your system (Mixture does not store any of your information).
-- Write quick notes specific to a domain i.e. different note for different website.
-- Search all notes quickly using domain name or content.

**Mixture does not collect any of your browsing or personal information**

Mixture by BrowseChat.                    

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

Όνομα Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
Επίσημο URL https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Περιγραφή Create notes specific to a domain or website.
Μέγεθος Αρχείου 87.82 MB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2021-09-03
Ημερομηνία Δημοσίευσης 2020-12-05
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής BrowseChat
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixture - Domain Specific Quick Notes",
    "description": "Create notes specific to a domain or website.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}