Simple Notepad
Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Simple Notepadとは何ですか?
Simple Notepadはishootbwによって開発されたChromeの拡張機能で、その主な機能は「Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.」です。
拡張機能のスクリーンショット
Simple Notepad拡張機能のCRXファイルをダウンロード
Simple Notepad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. - No unneeded stuff - Saves up to 4 Tabs - Fast and plain - Nice dark theme - converts your html text to plain
拡張機能の基本情報
名前 | Simple Notepad |
ID | nldebakbjbmjaikgkbpladlpjlefomap |
公式URL | https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap |
説明 | Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use. |
ファイルサイズ | 11.21 KB |
インストール数 | 49 |
現在のバージョン | 1.2 |
最終更新日 | 2018-07-14 |
公開日 | 2018-07-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ishootbw |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Notepad", "version": "1.2", "author": "Ali Babi", "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |