Smartling GDN String Status

Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…

什么是Smartling GDN String Status?

Smartling GDN String Status是由szapata427开发的Chrome扩展程序,该扩展的主要功能是“Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…”。

扩展截图

screenshot

下载Smartling GDN String Status扩展crx文件

下载Smartling GDN String Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website. Smartling is a translation/localization technology company. This will help many clients easily be able to identify the translation status of a string for each page in which they are using Smartlings GDN proxy. It will also allow them to directly visit the string in the Smartling dashboard to make any changes needed on the spot. This is extension must be used in ?smartling_editmode=1 within the Url.

 E.g. https://smartling.com?smartling_editmode=1                    

扩展基本信息

名称 Smartling GDN String Status Smartling GDN String Status
ID pldeonkmadphhlmimajjapkloalcmmef
官方URL https://chromewebstore.google.com/detail/smartling-gdn-string-stat/pldeonkmadphhlmimajjapkloalcmmef
简介 Allows you to see all of the strings that are currently live on a page when using Smartlings GDN proxy to translate your website.…
文件大小 56.77 KB
安装次数 83
当前版本 4.3
更新时间 2023-09-26
上架时间 2021-03-15
评分 5.00/5 共2次评分
开发者 szapata427
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smartling GDN String Status",
    "version": "4.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "extensionStyles.css",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "smartling.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src 'self' data: https:\/\/fonts.gstatic.com; img-src 'self' data:;"
    },
    "background": {
        "service_worker": "background.js",
        "worker_ui": "popup.html"
    }
}