shark-plugin
Shark Chrome Extension for IBU
shark-plugin क्या है?
shark-plugin https://www.trip.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shark Chrome Extension for IBU"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में shark-plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |