Notes Kitty

The last note taking app you'll ever need.

什麼是Notes Kitty?

Notes Kitty是由Twelfth Hour開發的Chrome擴展程式,該擴展的主要功能是“The last note taking app you'll ever need.”。

擴展截圖

screenshot

下載Notes Kitty擴展crx文件

下載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
官方網址 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
}