GlobalLink Snapshot
GlobalLink Snapshot for Web Pages
什么是GlobalLink Snapshot?
GlobalLink Snapshot是由TransPerfect开发的Chrome扩展程序,该扩展的主要功能是“GlobalLink Snapshot for Web Pages”。
扩展截图
下载GlobalLink Snapshot扩展crx文件
下载GlobalLink Snapshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For GlobalLink Users with OneLink accounts. Login with your User Key from your OneLink account. Take snapshots of your web pages that are part of your OneLink Project origin.
扩展基本信息
名称 | |
ID | lhmjhaaccihmkogdabeldmipjhecldlm |
官方URL | https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm |
简介 | GlobalLink Snapshot for Web Pages |
文件大小 | 75.26 KB |
安装次数 | 25 |
当前版本 | 2.3.10 |
更新时间 | 2021-03-29 |
上架时间 | 2020-03-17 |
开发者 | TransPerfect |
电子邮箱 | [email protected] |
隐私政策页面URL | https://www.transperfect.com/about/data-privacy-client-tech-user |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlobalLink Snapshot", "version": "2.3.10", "description": "GlobalLink Snapshot for Web Pages", "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/dev.onelink-preview.com\/*", "https:\/\/dev.onelink-preview.com\/*", "http:\/\/api.onelink-preview.com\/*", "https:\/\/api.onelink-preview.com\/*", "http:\/\/rc.onelink-translations.com\/*", "https:\/\/rc.onelink-translations.com\/*", "http:\/\/api.onelink-translations.com\/*", "https:\/\/api.onelink-translations.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/glss.min.js" ] } ], "browser_action": { "default_title": "GlobalLink Snapshot", "default_popup": "main.html", "default_icon": "images\/GLSS-fav.png" }, "icons": { "48": "images\/GLSS-48.png", "128": "images\/GLSS-128.png" }, "manifest_version": 2 } |