swagPhysics

Swags out Hyperphysics.

Qu'est-ce que swagPhysics ?

swagPhysics est une extension Chrome développée par Unknown, et sa fonction principale est "Swags out Hyperphysics.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension swagPhysics

Téléchargez les fichiers d'extension swagPhysics 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

                        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.

Informations de Base sur l'Extension

Nom swagPhysics swagPhysics
ID eafidlmohbninganffdpmjnbljgcoema
URL Officiel https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema
Description Swags out Hyperphysics.
Taille du Fichier 5.04 KB
Nombre d'Installations 65
Version Actuelle 1.1
Dernière Mise à Jour 2012-11-01
Date de Publication 2012-10-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}