Pop-up Notes
Simple and easy quick notes.
Pop-up Notesとは何ですか?
Pop-up NotesはLeon Tučekによって開発されたChromeの拡張機能で、その主な機能は「Simple and easy quick notes.」です。
拡張機能のスクリーンショット
Pop-up Notes拡張機能のCRXファイルをダウンロード
Pop-up Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.
拡張機能の基本情報
名前 | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
公式URL | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
説明 | Simple and easy quick notes. |
ファイルサイズ | 25.56 KB |
インストール数 | 214 |
現在のバージョン | 1.0 |
最終更新日 | 2015-04-01 |
公開日 | 2015-04-01 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Leon Tuček |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop-up Notes", "options_page": "options.html", "description": "Simple and easy quick notes.", "icons": { "128": "images\/notes-128x128.png", "16": "images\/notes-16x16.png", "48": "images\/notes-48x48.png" }, "version": "1.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |