Take a note
This extension will let you take a simple note in Chrome.
Take a noteとは何ですか?
Take a noteはomgmogによって開発されたChromeの拡張機能で、その主な機能は「This extension will let you take a simple note in Chrome.」です。
拡張機能のスクリーンショット
Take a note拡張機能のCRXファイルをダウンロード
Take a note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.
拡張機能の基本情報
名前 | Take a note |
ID | kfiafdpdemicicjnfadpklcolhjghggp |
公式URL | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
説明 | This extension will let you take a simple note in Chrome. |
ファイルサイズ | 15.07 KB |
インストール数 | 682 |
現在のバージョン | 1.1 |
最終更新日 | 2013-09-30 |
公開日 | 2013-09-30 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | omgmog |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://omgmog.net |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Take a note", "description": "This extension will let you take a simple note in Chrome.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |