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 |
官方網址 | 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 |
電子郵箱 | [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" } } |