Notes Kitty

The last note taking app you'll ever need.

Τι είναι το Notes Kitty;

Το Notes Kitty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Twelfth Hour, και η κύρια λειτουργία του είναι "The last note taking app you'll ever need.".

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

screenshot

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

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

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

                        Want to make searching and organizing your queries easy? Our extension will open you the top links based on your query and not only that, you'll be able to remove all the advertisements and unnecessary data on the website by cleaning the website with the click of one button. We also provide additional features including dark mode and custom editable notes on the current link itself. One can even add notes and it will be stored as a pdf file. This will make the creation and organization of notes much easier.                    

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

Όνομα Notes Kitty Notes Kitty
ID gmgfogccgeeimapbcgilfipbfenafbkp
Επίσημο URL https://chromewebstore.google.com/detail/notes-kitty/gmgfogccgeeimapbcgilfipbfenafbkp
Περιγραφή The last note taking app you'll ever need.
Μέγεθος Αρχείου 32.79 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-01-28
Ημερομηνία Δημοσίευσης 2020-01-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Twelfth Hour
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes Kitty",
    "short_name": "Notes Kitty",
    "version": "1.1",
    "description": "The last note taking app you'll ever need.",
    "permissions": [
        "cookies",
        "contextMenus",
        "storage",
        "declarativeContent",
        "activeTab",
        "tabs",
        "https:\/\/duckduckgo.com\/*"
    ],
    "content_security_policy": "script-src  'self' https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}