Pontoon Add-on

Tools for Pontoon and its integration into the browser.

Pontoon Add-on क्या है?

Pontoon Add-on Pontoon Add-on team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for Pontoon and its integration into the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pontoon Add-on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pontoon Add-on aims to ease Mozilla localizers everyday work with Pontoon, the Mozilla localization tool. Not a Mozilla localizer yet? Join us - https://l10n.mozilla.org/ !

This add-on brings notifications from Pontoon directly into your browser. It also provides features for proofreading, bug reporting and fixing. The introduction tour will show you around right after installation.

Privacy policy: https://github.com/MikkCZ/pontoon-addon/blob/master/PRIVACY.md

Have an idea, for something cool? Let us know in GitHub.                    

एक्सटेंशन की मूल जानकारी

नाम Pontoon Add-on Pontoon Add-on
ID gnbfbnpjncpghhjmmhklfhcglbopagbb
आधिकारिक URL https://chromewebstore.google.com/detail/pontoon-add-on/gnbfbnpjncpghhjmmhklfhcglbopagbb
विवरण Tools for Pontoon and its integration into the browser.
फ़ाइल का आकार 853 KB
स्थापना संख्या 246
वर्तमान संस्करण 4.11.2
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2019-12-01
डेवलपर Pontoon Add-on team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MikkCZ/pontoon-addon
सहायता पृष्ठ URL https://github.com/MikkCZ/pontoon-addon/issues
गोपनीयता नीति पृष्ठ URL https://github.com/MikkCZ/pontoon-addon/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88",
    "manifest_version": 2,
    "name": "Pontoon Add-on",
    "description": "Tools for Pontoon and its integration into the browser.",
    "version": "4.11.2",
    "author": "Michal Stanke",
    "homepage_url": "https:\/\/github.com\/MikkCZ\/pontoon-addon#readme",
    "icons": {
        "32": "assets\/img\/pontoon-logo-32.png",
        "128": "assets\/img\/pontoon-logo-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "notifications",
        "alarms",
        "https:\/\/pontoon.mozilla.org\/*",
        "https:\/\/flod.org\/*",
        "https:\/\/addons.mozilla.org\/*",
        "https:\/\/addons.allizom.org\/*",
        "https:\/\/addons-dev.allizom.org\/*",
        "https:\/\/commonvoice.mozilla.org\/*",
        "https:\/\/commonvoice.allizom.org\/*",
        "https:\/\/dev.commonvoice.allizom.org\/*",
        "https:\/\/donate.mozilla.org\/*",
        "https:\/\/give.thunderbird.net\/*",
        "https:\/\/accounts.firefox.com\/*",
        "https:\/\/accounts.stage.mozaws.net\/*",
        "https:\/\/monitor.firefox.com\/*",
        "https:\/\/monitor-localization.herokuapp.com\/*",
        "https:\/\/fx-breach-alerts.herokuapp.com\/*",
        "https:\/\/profiler.firefox.com\/*",
        "https:\/\/l10n--perf-html.netlify.app\/*",
        "https:\/\/relay.firefox.com\/*",
        "https:\/\/dev.fxprivaterelay.nonprod.cloudops.mozgcp.net\/*",
        "https:\/\/foundation.mozilla.org\/*",
        "https:\/\/foundation.mofostaging.net\/*",
        "https:\/\/developer.mozilla.org\/*",
        "https:\/\/developer.allizom.org\/*",
        "https:\/\/www.mozillafestival.org\/*",
        "https:\/\/mozillafestival.mofostaging.net\/*",
        "https:\/\/www.mozilla.org\/*",
        "https:\/\/www-dev.allizom.org\/*",
        "https:\/\/support.mozilla.org\/*",
        "https:\/\/support.allizom.org\/*",
        "https:\/\/www.thunderbird.net\/*",
        "https:\/\/www-stage.thunderbird.net\/*",
        "https:\/\/start.thunderbird.net\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "frontend\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Pontoon notifications",
        "default_icon": "assets\/img\/pontoon-logo-32.png"
    },
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pontoon.mozilla.org\/*"
            ],
            "js": [
                "content-scripts\/notifications-bell-icon.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/addons.mozilla.org\/*",
                "https:\/\/addons.allizom.org\/*",
                "https:\/\/addons-dev.allizom.org\/*",
                "https:\/\/commonvoice.mozilla.org\/*",
                "https:\/\/commonvoice.allizom.org\/*",
                "https:\/\/dev.commonvoice.allizom.org\/*",
                "https:\/\/donate.mozilla.org\/*",
                "https:\/\/give.thunderbird.net\/*",
                "https:\/\/accounts.firefox.com\/*",
                "https:\/\/accounts.stage.mozaws.net\/*",
                "https:\/\/monitor.firefox.com\/*",
                "https:\/\/monitor-localization.herokuapp.com\/*",
                "https:\/\/fx-breach-alerts.herokuapp.com\/*",
                "https:\/\/profiler.firefox.com\/*",
                "https:\/\/l10n--perf-html.netlify.app\/*",
                "https:\/\/relay.firefox.com\/*",
                "https:\/\/dev.fxprivaterelay.nonprod.cloudops.mozgcp.net\/*",
                "https:\/\/foundation.mozilla.org\/*",
                "https:\/\/foundation.mofostaging.net\/*",
                "https:\/\/developer.mozilla.org\/*",
                "https:\/\/developer.allizom.org\/*",
                "https:\/\/www.mozillafestival.org\/*",
                "https:\/\/mozillafestival.mofostaging.net\/*",
                "https:\/\/www.mozilla.org\/*",
                "https:\/\/www-dev.allizom.org\/*",
                "https:\/\/support.mozilla.org\/*",
                "https:\/\/support.allizom.org\/*",
                "https:\/\/www.thunderbird.net\/*",
                "https:\/\/www-stage.thunderbird.net\/*",
                "https:\/\/start.thunderbird.net\/*"
            ],
            "js": [
                "content-scripts\/context-buttons.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content-scripts\/pontoon-addon-promotion-in-page.js"
    ]
}