Mini Sticky Notes
Helps to quickly take a note of anything, anytime.
Mini Sticky Notesとは何ですか?
Mini Sticky NotesはJenis Patelによって開発されたChromeの拡張機能で、その主な機能は「Helps to quickly take a note of anything, anytime.」です。
拡張機能のスクリーンショット
Mini Sticky Notes拡張機能のCRXファイルをダウンロード
Mini Sticky Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there. It is just a board for you where you can add your daily important points that need to be focused on. RECENT UPDATES: ** Latest Release 1.3.2 (March 2018) ** 1. Minor UI changes. ** Update 1.3.1 (March 2018) ** 1. Support for auto saving has been added.
拡張機能の基本情報
名前 | Mini Sticky Notes |
ID | ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
公式URL | https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
説明 | Helps to quickly take a note of anything, anytime. |
ファイルサイズ | 39.92 KB |
インストール数 | 13,310 |
現在のバージョン | 1.3.2 |
最終更新日 | 2018-03-12 |
公開日 | 2018-03-12 |
評価 | 4.67/5 合計 24 レビュー |
開発者 | Jenis Patel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Sticky Notes", "description": "Helps to quickly take a note of anything, anytime.", "version": "1.3.2", "browser_action": { "default_icon": "icon.png", "default_title": "Mini Sticky Notes", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/custom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ] } |