Notes Kitty

The last note taking app you'll ever need.

Was ist Notes Kitty?

Notes Kitty ist eine Chrome-Erweiterung, die von Twelfth Hour entwickelt wurde, und ihr Hauptmerkmal ist "The last note taking app you'll ever need.".

Erweiterungsscreenshots

screenshot

Notes Kitty-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notes Kitty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Notes Kitty Notes Kitty
ID gmgfogccgeeimapbcgilfipbfenafbkp
Offizielle URL https://chromewebstore.google.com/detail/notes-kitty/gmgfogccgeeimapbcgilfipbfenafbkp
Beschreibung The last note taking app you'll ever need.
Dateigröße 32.79 KB
Installationsanzahl 39
Aktuelle Version 1.1
Letztes Update 2020-01-28
Veröffentlichungsdatum 2020-01-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Twelfth Hour
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}