Comic Sams

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

Comic Samsとは何ですか?

Comic Samsはhttps://comicsams.nrdesign.xyzによって開発されたChromeの拡張機能で、その主な機能は「Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.」です。

拡張機能のスクリーンショット

Comic Sams拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}