shark-plugin
Shark Chrome Extension for IBU
shark-plugin là gì?
shark-plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.trip.com, và tính năng chính của nó là "Shark Chrome Extension for IBU".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng shark-plugin
Tải xuống các tệp mở rộng shark-plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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 Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | mbgjjabeahddfgmakpminiobnmmfnkkl |
| URL Chính Thức | https://chromewebstore.google.com/detail/shark-plugin/mbgjjabeahddfgmakpminiobnmmfnkkl |
| Mô tả | Shark Chrome Extension for IBU |
| Kích Thước Tệp | 255 KB |
| Số Lần Cài Đặt | 596 |
| Phiên Bản Hiện Tại | 1.9.20 |
| Cập Nhật Lần Cuối | 2023-08-07 |
| Ngày Phát Hành | 2020-06-02 |
| Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
| Nhà Phát Triển | https://www.trip.com |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://www.trip.com |
| URL Trang Trợ Giúp | https://www.trip.com/feedback/ |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
} | |