PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

PrequelErrorCodesとは何ですか?

PrequelErrorCodesはCARMによって開発されたChromeの拡張機能で、その主な機能は「Change HTTP Error Codes to Prequel Memes」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

PrequelErrorCodes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hello there. Did you ever hear the tragedy of the HTTTP Status code? I thought not. It is not a story the sysadmins would tell you. It's a www legend. HTTP status codes are so powerful that they reveal what happened to the website. But developers have the most boring webpages to show them. Unfortunately, this chrome extension reduces the meanings even more and makes them into prequel memes. Ironic.

Disclaimer: This extension and any related StarWars®™ images are uploaded purely for entertainment purposes, and in no way profits me. All rights are reserved to their respective creator, and this extension is subject to removal per the request.                    

拡張機能の基本情報

名前 PrequelErrorCodes PrequelErrorCodes
ID cdjhhanfoilmkjidljiacahphcfgjbkc
公式URL https://chromewebstore.google.com/detail/prequelerrorcodes/cdjhhanfoilmkjidljiacahphcfgjbkc
説明 Change HTTP Error Codes to Prequel Memes
ファイルサイズ 8.33 MB
インストール数 101
現在のバージョン 1.4
最終更新日 2021-07-14
公開日 2019-07-07
評価 5.00/5 合計 3 レビュー
開発者 CARM
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrequelErrorCodes",
    "version": "1.4",
    "description": "Change HTTP Error Codes to Prequel Memes",
    "permissions": [],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}