Simple Notepad
Very simple notepad. Synchronize between the same accounts.
什麼是Simple Notepad?
Simple Notepad是由mountaindull開發的Chrome擴展程式,該擴展的主要功能是“Very simple notepad. Synchronize between the same accounts.”。
擴展截圖
下載Simple Notepad擴展crx文件
下載Simple Notepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
擴展基本資訊
名稱 | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
官方網址 | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
簡介 | Very simple notepad. Synchronize between the same accounts. |
檔案大小 | 51.86 KB |
安裝次數 | 174 |
目前版本 | 1.6.5 |
更新時間 | 2023-08-25 |
上架時間 | 2022-01-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | mountaindull |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Keinsleif/Simple_Notepad |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |