GlobalLink Snapshot

GlobalLink Snapshot for Web Pages

GlobalLink Snapshotとは何ですか?

GlobalLink SnapshotはTransPerfectによって開発されたChromeの拡張機能で、その主な機能は「GlobalLink Snapshot for Web Pages」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 GlobalLink Snapshot GlobalLink Snapshot
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
Eメール [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
}