swagPhysics
Swags out Hyperphysics.
What is swagPhysics?
swagPhysics is a Chrome extension developed by Unknown, and its main feature is "Swags out Hyperphysics.".
Extension Screenshots
Download swagPhysics Extension CRX File
Download swagPhysics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 toelements, adds a Cascading Style Sheet to swag out the physics.
Extension Basic Information
Name | |
ID | eafidlmohbninganffdpmjnbljgcoema |
Official URL | https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema |
Description | Swags out Hyperphysics. |
File Size | 5.04 KB |
Installation Count | 65 |
Current Version | 1.1 |
Last Updated | 2012-11-01 |
Publish Date | 2012-10-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |