webcompat.com reporter

Report website compatibility issues at webcompat.com

Qu'est-ce que webcompat.com reporter ?

webcompat.com reporter est une extension Chrome développée par https://webcompat.com, et sa fonction principale est "Report website compatibility issues at webcompat.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension webcompat.com reporter

Téléchargez les fichiers d'extension webcompat.com reporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The webcompat.com reporter extension adds a button which allows users to report issues with any site on the web. A screenshot will be added to the bug report, but you have the option to remove it before submitting a bug.

Sometimes, sites have bugs or policies that prevent them from working well in every browser. The community at webcompat.com works to help web developers and site owners identify and fix such issues.

If something appears broken, but works in another browser, or if a site or app insists you install another browser this is likely a web compatibility issue that you can report with this add-on.                    

Informations de Base sur l'Extension

Nom webcompat.com reporter webcompat.com reporter
ID ffnnhckjcpbbjlmgfjigknkoffakclol
URL Officiel https://chromewebstore.google.com/detail/webcompatcom-reporter/ffnnhckjcpbbjlmgfjigknkoffakclol
Description Report website compatibility issues at webcompat.com
Taille du Fichier 13.64 KB
Nombre d'Installations 125
Version Actuelle 0.6.0
Dernière Mise à Jour 2020-02-23
Date de Publication 2020-02-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://webcompat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webcompat.com
URL de la Page d'Aide https://github.com/webcompat/webcompat-reporter-extensions/issues
URL de la Page de Politique de Confidentialité https://webcompat.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webcompat.com reporter",
    "description": "Report website compatibility issues at webcompat.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webcompat.com\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "https:\/\/webcompat.com\/",
        ""
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon32.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Report Site Issue"
    },
    "default_locale": "en",
    "version": "0.6.0"
}