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 官方網址 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" ] } ] }