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 |
官方網址 | 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 } |