Notes Kitty

The last note taking app you'll ever need.

Notes Kitty là gì?

Notes Kitty là một tiện ích mở rộng Chrome được phát triển bởi Twelfth Hour, và tính năng chính của nó là "The last note taking app you'll ever need.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notes Kitty

Tải xuống các tệp mở rộng Notes Kitty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notes Kitty Notes Kitty
ID gmgfogccgeeimapbcgilfipbfenafbkp
URL Chính Thức https://chromewebstore.google.com/detail/notes-kitty/gmgfogccgeeimapbcgilfipbfenafbkp
Mô tả The last note taking app you'll ever need.
Kích Thước Tệp 32.79 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-01-28
Ngày Phát Hành 2020-01-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Twelfth Hour
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}