├── .DS_Store ├── .claude └── settings.local.json ├── .cursorrules ├── AI Shortcuts PrivacyPolicy.md ├── AIShortcuts.code-workspace ├── CLAUDE.md ├── DEVELOPER_GUIDE.md ├── LICENSE ├── README.md ├── _locales ├── en │ └── messages.json └── zh_CN │ └── messages.json ├── _metadata └── generated_indexed_rulesets │ └── _ruleset1 ├── background.js ├── config ├── appConfig.json ├── baseConfig.js ├── rules.json ├── siteDetector.js └── siteHandlers.json ├── content-scripts ├── float-button.css ├── float-button.js ├── search-engines.js ├── selection.css └── selection.js ├── debug ├── access-guide.html ├── debug-storage.html ├── debug-storage.js ├── export-test.html ├── extension-performance-test.js ├── local-rules-validator.html ├── optimization-test.js └── performance-test.js ├── icons ├── .DS_Store ├── attachment.png ├── close.png ├── down.png ├── edit.png ├── extension-setting.png ├── feedback.png ├── icon128.png ├── icon16.png ├── icon48.png ├── merge.png ├── more_32.png ├── save.png ├── setting.png ├── sidepanel.png ├── star_saved.png ├── star_unsaved.png ├── up.png └── 发送-24.png ├── iframe ├── export-responses.js ├── iframe.css ├── iframe.html ├── iframe.js └── inject.js ├── manifest.json └── options ├── options.css ├── options.html └── options.js /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/.DS_Store -------------------------------------------------------------------------------- /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.cursorrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/.cursorrules -------------------------------------------------------------------------------- /AI Shortcuts PrivacyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/AI Shortcuts PrivacyPolicy.md -------------------------------------------------------------------------------- /AIShortcuts.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/AIShortcuts.code-workspace -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /DEVELOPER_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/DEVELOPER_GUIDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/README.md -------------------------------------------------------------------------------- /_locales/en/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/_locales/en/messages.json -------------------------------------------------------------------------------- /_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/_locales/zh_CN/messages.json -------------------------------------------------------------------------------- /_metadata/generated_indexed_rulesets/_ruleset1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/_metadata/generated_indexed_rulesets/_ruleset1 -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/background.js -------------------------------------------------------------------------------- /config/appConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/config/appConfig.json -------------------------------------------------------------------------------- /config/baseConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/config/baseConfig.js -------------------------------------------------------------------------------- /config/rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/config/rules.json -------------------------------------------------------------------------------- /config/siteDetector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/config/siteDetector.js -------------------------------------------------------------------------------- /config/siteHandlers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/config/siteHandlers.json -------------------------------------------------------------------------------- /content-scripts/float-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/content-scripts/float-button.css -------------------------------------------------------------------------------- /content-scripts/float-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/content-scripts/float-button.js -------------------------------------------------------------------------------- /content-scripts/search-engines.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/content-scripts/search-engines.js -------------------------------------------------------------------------------- /content-scripts/selection.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/content-scripts/selection.css -------------------------------------------------------------------------------- /content-scripts/selection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/content-scripts/selection.js -------------------------------------------------------------------------------- /debug/access-guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/access-guide.html -------------------------------------------------------------------------------- /debug/debug-storage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/debug-storage.html -------------------------------------------------------------------------------- /debug/debug-storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/debug-storage.js -------------------------------------------------------------------------------- /debug/export-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/export-test.html -------------------------------------------------------------------------------- /debug/extension-performance-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/extension-performance-test.js -------------------------------------------------------------------------------- /debug/local-rules-validator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/local-rules-validator.html -------------------------------------------------------------------------------- /debug/optimization-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/optimization-test.js -------------------------------------------------------------------------------- /debug/performance-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/debug/performance-test.js -------------------------------------------------------------------------------- /icons/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/.DS_Store -------------------------------------------------------------------------------- /icons/attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/attachment.png -------------------------------------------------------------------------------- /icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/close.png -------------------------------------------------------------------------------- /icons/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/down.png -------------------------------------------------------------------------------- /icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/edit.png -------------------------------------------------------------------------------- /icons/extension-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/extension-setting.png -------------------------------------------------------------------------------- /icons/feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/feedback.png -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /icons/merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/merge.png -------------------------------------------------------------------------------- /icons/more_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/more_32.png -------------------------------------------------------------------------------- /icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/save.png -------------------------------------------------------------------------------- /icons/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/setting.png -------------------------------------------------------------------------------- /icons/sidepanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/sidepanel.png -------------------------------------------------------------------------------- /icons/star_saved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/star_saved.png -------------------------------------------------------------------------------- /icons/star_unsaved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/star_unsaved.png -------------------------------------------------------------------------------- /icons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/up.png -------------------------------------------------------------------------------- /icons/发送-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/icons/发送-24.png -------------------------------------------------------------------------------- /iframe/export-responses.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/iframe/export-responses.js -------------------------------------------------------------------------------- /iframe/iframe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/iframe/iframe.css -------------------------------------------------------------------------------- /iframe/iframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/iframe/iframe.html -------------------------------------------------------------------------------- /iframe/iframe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/iframe/iframe.js -------------------------------------------------------------------------------- /iframe/inject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/iframe/inject.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/manifest.json -------------------------------------------------------------------------------- /options/options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/options/options.css -------------------------------------------------------------------------------- /options/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/options/options.html -------------------------------------------------------------------------------- /options/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taoAIGC/AICompare/HEAD/options/options.js --------------------------------------------------------------------------------