NotePad
Quick & Easy NotePad. Save Notes & Inserts.
什麼是NotePad?
NotePad是由searchpuzzle38開發的Chrome擴展程式,該擴展的主要功能是“Quick & Easy NotePad. Save Notes & Inserts.”。
擴展截圖
下載NotePad擴展crx文件
下載NotePad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick & Easy NotePad ================== Save Notes & pre-define Inserts. Uses the rich text editor: Quill.js.
擴展基本資訊
名稱 | NotePad |
ID | copnemeigdkilohdclohjokgbjeehkhd |
官方網址 | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
簡介 | Quick & Easy NotePad. Save Notes & Inserts. |
檔案大小 | 564 KB |
安裝次數 | 69 |
目前版本 | 13 |
更新時間 | 2022-04-07 |
上架時間 | 2020-04-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | searchpuzzle38 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotePad", "version": "13", "description": "Quick & Easy NotePad. Save Notes & Inserts.", "permissions": [ "storage" ], "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "action": { "default_title": "NotePad", "default_popup": "index.html", "default_icon": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" } }, "manifest_version": 3 } |