feat: improve clip UX, markdown export, and obsidian flow

This commit is contained in:
2026-03-01 22:28:23 +09:00
parent 3e1bd55438
commit 58c7906cb8
53 changed files with 2603 additions and 95 deletions

View File

@@ -28,6 +28,15 @@ export default defineManifest({
},
},
options_page: 'src/config/index.html',
commands: {
create_clip_from_selection: {
suggested_key: {
default: 'Ctrl+Shift+Y',
mac: 'Command+Shift+Y',
},
description: 'Create clip from current text selection',
},
},
content_scripts: [
{
matches: ['<all_urls>'],
@@ -36,7 +45,7 @@ export default defineManifest({
all_frames: true,
},
],
permissions: ['downloads', 'downloads.shelf', 'notifications', 'storage', 'contextMenus', 'cookies', 'webRequest', 'nativeMessaging'],
permissions: ['downloads', 'downloads.shelf', 'notifications', 'storage', 'contextMenus', 'cookies', 'webRequest', 'nativeMessaging', 'scripting'],
host_permissions: ['<all_urls>'],
web_accessible_resources: [
{