Comic Sams

Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.

Comic Samsคืออะไร?

Comic Sams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comicsams.nrdesign.xyz และคุณลักษณะหลักของมันคือ "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable."

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

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

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

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

                        The Comic Sams Chrome Extension was built for those who are looking to always keep the beauty of Comic Sans with them. With a bit of extra flashiness added in, it not only replaces all your browser text with Comic Sans, but it randomizes the colors as well. To give the pages some dimensionality, the images are replaced with a random gif of the user's choosing and elements of the web page are constantly spinning. Finally, to easily let you know the extension is on and working correctly, the background colors rapidly transition between multiple colors.                    

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

ชื่อ Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
คำอธิบาย Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
ขนาดไฟล์ 65.96 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 4.5
อัปเดตครั้งล่าสุด 2019-08-04
วันที่เผยแพร่ 2019-08-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://comicsams.nrdesign.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://comicsams.nrdesign.xyz
URL หน้าช่วยเหลือ https://comicsams.nrdesign.xyz/feedback
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sams",
    "description": "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.",
    "version": "4.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "changes.js"
            ]
        }
    ]
}