Oldskoolizer

Browsing... 8 bits at a time. Transform web pages into a wanabee-8 bits version.

Oldskoolizer là gì?

Oldskoolizer là một tiện ích mở rộng Chrome được phát triển bởi https://kassoulet.free.fr, và tính năng chính của nó là "Browsing... 8 bits at a time. Transform web pages into a wanabee-8 bits version.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Oldskoolizer 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

                        This is an experimental 8-bit transformation for Chrome.

What is supported:
 - Change all fonts by something more Commodore-64-ish.
 - Pixelize images.
 - Reduce colors by using C64 16 colors palette.
 - Add full-page scanlines overlay.

What is broken:
 - font is ascii -only, foreign languages are unsupported for now.
 - html content is changed once after loading. So no pixelization if images change. dynamically,                    

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

Tên Oldskoolizer Oldskoolizer
ID dlloichpnmecnikbmhleniagdmmopiba
URL Chính Thức https://chromewebstore.google.com/detail/oldskoolizer/dlloichpnmecnikbmhleniagdmmopiba
Mô tả Browsing... 8 bits at a time. Transform web pages into a wanabee-8 bits version.
Kích Thước Tệp 41.26 KB
Số Lần Cài Đặt 370
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-11-15
Ngày Phát Hành 2016-11-15
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://kassoulet.free.fr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oldskoolizer",
    "version": "0.1.2",
    "description": "Browsing... 8 bits at a time.\nTransform web pages into a wanabee-8 bits version.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nearestColor.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/oldskoolizer-16.png",
        "32": "icons\/oldskoolizer-32.png",
        "48": "icons\/oldskoolizer-48.png",
        "128": "icons\/oldskoolizer-128.png"
    },
    "web_accessible_resources": [
        "*.ttf",
        "*.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}