WebPad

WebPad

新時代のメモ帳、「WebPad」です。テキストを高速で読み書きすることが出来ます。しかも、拡張機能の為OSに依存しません。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WebPad",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "新時代のメモ帳、「WebPad」です。テキストを高速で読み書きすることが出来ます。しかも、拡張機能の為OSに依存しません。",
  "browser_action": {
    "default_title": "WebPad",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "webpad.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}