Notable

Sticky Notes and Note Taking Chrome Extension!

Τι είναι το Notable;

Το Notable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Genuvo, και η κύρια λειτουργία του είναι "Sticky Notes and Note Taking Chrome Extension!".

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

screenshot
screenshot

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

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

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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

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

Όνομα Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
Επίσημο URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Περιγραφή Sticky Notes and Note Taking Chrome Extension!
Μέγεθος Αρχείου 711 KB
Αριθμός Εγκαταστάσεων 733
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-08-23
Ημερομηνία Δημοσίευσης 2020-08-18
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Genuvo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}