swagPhysics

Swags out Hyperphysics.

Wat is swagPhysics?

swagPhysics is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Swags out Hyperphysics.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie swagPhysics

Download swagPhysics-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

                        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.

Basisinformatie over de Extensie

Naam swagPhysics swagPhysics
ID eafidlmohbninganffdpmjnbljgcoema
Officiële URL https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema
Beschrijving Swags out Hyperphysics.
Bestandsgrootte 5.04 KB
Aantal Installaties 65
Huidige Versie 1.1
Laatst Bijgewerkt 2012-11-01
Publicatiedatum 2012-10-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}