Chrome Note
A handy way to keep notes while you browse the web
Chrome Noteとは何ですか?
Chrome Noteはgazza7205によって開発されたChromeの拡張機能で、その主な機能は「A handy way to keep notes while you browse the web」です。
拡張機能のスクリーンショット
Chrome Note拡張機能のCRXファイルをダウンロード
Chrome Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
拡張機能の基本情報
名前 | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
公式URL | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
説明 | A handy way to keep notes while you browse the web |
ファイルサイズ | 86.14 KB |
インストール数 | 1,069 |
現在のバージョン | 1.1 |
最終更新日 | 2015-07-26 |
公開日 | 2015-07-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | gazza7205 |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |