Window Shopper: log any page's globals

Count & list all page-defined global variables

Wat is Window Shopper: log any page's globals?

Window Shopper: log any page's globals is een Chrome-extensie ontwikkeld door https://rileyjshaw.com, en de belangrijkste functie is "Count & list all page-defined global variables".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Window Shopper: log any page's globals

Download Window Shopper: log any page's globals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Usage:
The extension's icon badge shows how many globals are defined on a page. Click the icon to log a list of all page-defined global variables to the console.

Licence: MIT

Project page: https://github.com/rileyjshaw/window-shopper                    

Basisinformatie over de Extensie

Naam Window Shopper: log any page's globals Window Shopper: log any page's globals
ID mhfpgolappjpepejmfpomfpemdidpkng
Officiële URL https://chromewebstore.google.com/detail/window-shopper-log-any-pa/mhfpgolappjpepejmfpomfpemdidpkng
Beschrijving Count & list all page-defined global variables
Bestandsgrootte 36.42 KB
Aantal Installaties 15
Huidige Versie 1.2.2
Laatst Bijgewerkt 2016-05-25
Publicatiedatum 2016-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://rileyjshaw.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rileyjshaw/window-shopper
Help Pagina-URL https://github.com/rileyjshaw/window-shopper/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "List globals",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Window Shopper",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}