Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Secret Notesとは何ですか?
Secret NotesはNicholas Z.によって開発されたChromeの拡張機能で、その主な機能は「Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly」です。
Secret Notes拡張機能のCRXファイルをダウンロード
Secret Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
公式URL | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
説明 | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
ファイルサイズ | 39.12 KB |
インストール数 | 173 |
現在のバージョン | 2.0 |
最終更新日 | 2018-01-18 |
公開日 | 2018-01-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nicholas Z. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |