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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}