swagPhysics

Swags out Hyperphysics.

Cos'è swagPhysics?

swagPhysics è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Swags out Hyperphysics.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione swagPhysics

Scarica i file di estensione swagPhysics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension for everyone with an interest in physics and an appreciation of aesthetics. SwagPhysics makes the invaluable Hyperphysics website visually acceptable.

ONLY active when browsing pages at http://hyperphysics.phy-astr.gsu.edu/

Converts [most] tables to 
elements, adds a Cascading Style Sheet to swag out the physics.

Informazioni di Base sull'Estensione

Nome swagPhysics swagPhysics
ID eafidlmohbninganffdpmjnbljgcoema
URL Ufficiale https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema
Descrizione Swags out Hyperphysics.
Dimensione del File 5.04 KB
Conteggio Installazioni 65
Versione Corrente 1.1
Ultimo Aggiornamento 2012-11-01
Data di Pubblicazione 2012-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swagPhysics",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Swags out Hyperphysics.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/hyperphysics.phy-astr.gsu.edu\/*"
            ],
            "css": [
                "swagphysics.css"
            ],
            "js": [
                "swagphysics.js"
            ]
        }
    ]
}