93 lines
2.2 KiB
JSON
93 lines
2.2 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "내차는언제타냐 통합 확장",
|
|
"version": "1.3",
|
|
"description": "드래그한 텍스트를 우클릭 → '지재권 검색'으로 MarkInfo 검색을 수행하고 결과를 툴팁으로 표시합니다.",
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"contextMenus",
|
|
"storage",
|
|
"notifications",
|
|
"alarms",
|
|
"tabs",
|
|
"scripting",
|
|
"clipboardRead"
|
|
],
|
|
"host_permissions": [
|
|
"*://markinfo.kr/*",
|
|
"https://ko.wrmc.cc/*",
|
|
"https://oci1ckh08045.duckdns.org:8000/*",
|
|
"*://smartstore.naver.com/*",
|
|
"*://translate.googleapis.com/*",
|
|
"*://api.mymemory.translated.net/*",
|
|
"https://market.m.taobao.com/*",
|
|
"*://openapi.naver.com/*",
|
|
"*://api-free.deepl.com/*",
|
|
"*://api.deepl.com/*",
|
|
"*://api.openai.com/*",
|
|
"*://generativelanguage.googleapis.com/*"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["content.js"],
|
|
"all_frames": true,
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": "icon.png",
|
|
"default_title": "내차는언제타냐 통합 확장"
|
|
},
|
|
"commands": {
|
|
"trademark-search": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+S"
|
|
},
|
|
"description": "지재권 검색"
|
|
},
|
|
"multi-translate": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+E"
|
|
},
|
|
"description": "멀티번역"
|
|
},
|
|
"korean-to-chinese": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+Z"
|
|
},
|
|
"description": "한국어↔중국어 양방향 번역"
|
|
},
|
|
"direct-translate": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+K"
|
|
},
|
|
"description": "직번역 (텍스트 바로 대체)"
|
|
}
|
|
},
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"bannedWords.html",
|
|
"bannedWords.js",
|
|
"sayings.html",
|
|
"sayings.js",
|
|
"zzim.html",
|
|
"zzim.js",
|
|
"settings.html",
|
|
"settings.js",
|
|
"rest-modal.html",
|
|
"rest-modal.js",
|
|
"manual.html",
|
|
"manual.js"
|
|
],
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
]
|
|
}
|