From db0a715fc80e9d0666b674ce47b8dea274d3f656 Mon Sep 17 00:00:00 2001 From: tangsong Date: Thu, 16 Jan 2025 17:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=AE=8A=E8=B3=87=E6=96=99=E7=B5=90?= =?UTF-8?q?=E6=A7=8B=EF=BC=8C=E5=8A=A0=E5=85=A5readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 ++ background.js => src/background.js | 0 content.js => src/content.js | 0 manifest.json => src/manifest.json | 0 options.html => src/options.html | 0 options.js => src/options.js | 0 replacements.json => src/replacements.json | 0 7 files changed, 2 insertions(+) create mode 100644 readme.md rename background.js => src/background.js (100%) rename content.js => src/content.js (100%) rename manifest.json => src/manifest.json (100%) rename options.html => src/options.html (100%) rename options.js => src/options.js (100%) rename replacements.json => src/replacements.json (100%) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..208e274 --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +# 支語寶 +將所有網頁中的指定詞語替換為其他詞語 diff --git a/background.js b/src/background.js similarity index 100% rename from background.js rename to src/background.js diff --git a/content.js b/src/content.js similarity index 100% rename from content.js rename to src/content.js diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/options.html b/src/options.html similarity index 100% rename from options.html rename to src/options.html diff --git a/options.js b/src/options.js similarity index 100% rename from options.js rename to src/options.js diff --git a/replacements.json b/src/replacements.json similarity index 100% rename from replacements.json rename to src/replacements.json