Simple Quick Note
Simple extension for quick notes with a characters' counting feature
Simple Quick Noteとは何ですか?
Simple Quick NoteはRoman Grinyovによって開発されたChromeの拡張機能で、その主な機能は「Simple extension for quick notes with a characters' counting feature」です。
拡張機能のスクリーンショット
Simple Quick Note拡張機能のCRXファイルをダウンロード
Simple Quick Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
拡張機能の基本情報
名前 | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
公式URL | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
説明 | Simple extension for quick notes with a characters' counting feature |
ファイルサイズ | 118 KB |
インストール数 | 647 |
現在のバージョン | 1.3.12 |
最終更新日 | 2023-11-20 |
公開日 | 2018-08-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Roman Grinyov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |