swagPhysics
Swags out Hyperphysics.
什么是swagPhysics?
swagPhysics是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Swags out Hyperphysics.”。
扩展截图
下载swagPhysics扩展crx文件
下载swagPhysics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.扩展基本信息
名称 swagPhysics ID eafidlmohbninganffdpmjnbljgcoema 官方URL https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema 简介 Swags out Hyperphysics. 文件大小 5.04 KB 安装次数 65 当前版本 1.1 更新时间 2012-11-01 上架时间 2012-10-31 评分 5.00/5 共1次评分 开发者 Unknown 付费类型 free 支持的语言 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" ] } ] }