shark-plugin
Shark Chrome Extension for IBU
shark-plugin란 무엇입니까?
shark-plugin은(는) https://www.trip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shark Chrome Extension for IBU"입니다.
확장 프로그램 스크린샷
shark-plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"shark-plugin" is an extension for our official content translators. With the extension, our content translators can view the copywriting on our site "Trip.com" and modify it. This extension greatly improves the work efficiency of our content translators. V1.9.20: add allowed domains: [*.tyo-masters.co.jp/*, *.trip.biz/*] V1.9.19: fix bug V1.9.18: fix bug, appID switch failed V1.9.17: new feature, batch screenshot then upload V1.9.16: support tripbiz.tyo-masters.co.jp V1.9.15: fix bug, update backend service V1.9.12: fix bug, replace cookie with localStorage V1.9.11: fix bug, timeout v1.9.10: fix bug v1.9.9: fix some bugs v1.9.7: update logo v1.9.6: Compatible development environment v1.9.5: only inner guys can login v1.9.3: fix some bugs
확장 프로그램 기본 정보
이름 | shark-plugin |
ID | mbgjjabeahddfgmakpminiobnmmfnkkl |
공식 URL | https://chromewebstore.google.com/detail/shark-plugin/mbgjjabeahddfgmakpminiobnmmfnkkl |
설명 | Shark Chrome Extension for IBU |
파일 크기 | 255 KB |
설치 횟수 | 596 |
현재 버전 | 1.9.20 |
최근 업데이트 | 2023-08-07 |
출시 날짜 | 2020-06-02 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://www.trip.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.trip.com |
도움말 페이지 URL | https://www.trip.com/feedback/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "shark-plugin", "version": "1.9.20", "description": "Shark Chrome Extension for IBU", "icons": { "16": "images\/custom\/16x16.png", "48": "images\/custom\/48x48.png", "128": "images\/custom\/128x128.png" }, "action": { "default_icon": { "38": "images\/custom\/38x38_disabled.png" }, "default_title": "shark-plugin", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "devtools_page": "\/devtools\/devtools-page.html", "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/html2canvas.min.js", "js\/shark-insert.js" ], "css": [ "css\/shark-insert.css" ], "matches": [ "http:\/\/*.trip.com\/*", "https:\/\/*.trip.com\/*", "http:\/\/*.ctrip.com\/*", "https:\/\/*.ctrip.com\/*", "http:\/\/*.tripcorp.com\/*", "https:\/\/*.tripcorp.com\/*", "http:\/\/*.tripqate.com\/*", "https:\/\/*.tripqate.com\/*", "http:\/\/*.ctripcorp.com\/*", "https:\/\/*.ctripcorp.com\/*", "http:\/\/*.tyo-masters.co.jp\/*", "https:\/\/*.tyo-masters.co.jp\/*", "http:\/\/*.trip.biz\/*", "https:\/\/*.trip.biz\/*" ] } ], "permissions": [ "tabs" ] } |