Pop up notes
Simple way of taking quick notes
Pop up notesとは何ですか?
Pop up notesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple way of taking quick notes」です。
拡張機能のスクリーンショット
Pop up notes拡張機能のCRXファイルをダウンロード
Pop up notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple way of taking and managing quick notes 1) Allows you to add/delete new tabs and take notes 2) Allows you edit your content as per your liking This is version 1. New features will be added in the upcoming versions Any comments and suggestions will be appreciated Thank you.
拡張機能の基本情報
名前 | Pop up notes |
ID | gadonekoamhlbfjfpleffgbbebgdgnik |
公式URL | https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik |
説明 | Simple way of taking quick notes |
ファイルサイズ | 1.24 MB |
インストール数 | 53 |
現在のバージョン | 1.0 |
最終更新日 | 2020-01-20 |
公開日 | 2020-01-19 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop up notes", "description": "Simple way of taking quick notes", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "128": "icon128.png", "16": "icon16.png" }, "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |