Notes Kitty

The last note taking app you'll ever need.

Notes Kitty क्या है?

Notes Kitty Twelfth Hour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The last note taking app you'll ever need."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notes Kitty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}