Notepad Extension
Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Notepad Extensionとは何ですか?
Notepad Extensionはjakesapによって開発されたChromeの拡張機能で、その主な機能は「Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.」です。
拡張機能のスクリーンショット
Notepad Extension拡張機能のCRXファイルをダウンロード
Notepad Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows. Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.
拡張機能の基本情報
名前 | Notepad Extension |
ID | llalomgpmhbiehnimkkbclmkgobillba |
公式URL | https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba |
説明 | Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows. |
ファイルサイズ | 67.69 KB |
インストール数 | 79 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-08-27 |
公開日 | 2023-05-06 |
開発者 | jakesap |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jakesap/notepad-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad Extension", "version": "1.0.2", "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage" ], "action": { "default_title": "Notepad Extension", "default_icon": "logo.png", "default_popup": "index.html" } } |