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 to elements, 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"
]
}
]
}