swagPhysics

Swags out Hyperphysics.

swagPhysicsคืออะไร?

swagPhysics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Swags out Hyperphysics."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย swagPhysics

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}