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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |