swagPhysics

Swags out Hyperphysics.

swagPhysics là gì?

swagPhysics là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Swags out Hyperphysics.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng swagPhysics

Tải xuống các tệp mở rộng swagPhysics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên swagPhysics swagPhysics
ID eafidlmohbninganffdpmjnbljgcoema
URL Chính Thức https://chromewebstore.google.com/detail/swagphysics/eafidlmohbninganffdpmjnbljgcoema
Mô tả Swags out Hyperphysics.
Kích Thước Tệp 5.04 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2012-11-01
Ngày Phát Hành 2012-10-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}