Oldskoolizer

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

Oldskoolizerคืออะไร?

Oldskoolizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kassoulet.free.fr และคุณลักษณะหลักของมันคือ "Browsing... 8 bits at a time. Transform web pages into a wanabee-8 bits version."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Oldskoolizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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,                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Oldskoolizer Oldskoolizer
ID dlloichpnmecnikbmhleniagdmmopiba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oldskoolizer/dlloichpnmecnikbmhleniagdmmopiba
คำอธิบาย Browsing... 8 bits at a time. Transform web pages into a wanabee-8 bits version.
ขนาดไฟล์ 41.26 KB
จำนวนการติดตั้ง 370
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2016-11-15
วันที่เผยแพร่ 2016-11-15
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://kassoulet.free.fr
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}