Display SCP Object Name

SCP財団(http://ja.scp-wiki.net/)の報告書にメタタイトルを表示する拡張です

What is Display SCP Object Name?

Display SCP Object Name is a Chrome extension developed by bozoleph807, and its main feature is "SCP財団(http://ja.scp-wiki.net/)の報告書にメタタイトルを表示する拡張です".

Extension Screenshots

screenshot

Download Display SCP Object Name Extension CRX File

Download Display SCP Object Name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        説明:SCPデータベースにおいて,SCPオブジェクト名を表示する拡張です.現在SCP財団webサイトのSCP報告書では,オブジェクト名が表示されないため,このWeb-Extensionを作成しました.SCP報告書を表示することで即時実行され,通常は1秒以内に効果が現れます.

補遺:SCP Foundation(http://www.scp-wiki.net/)及び,SCP財団(http://ja.scp-wiki.net/)のみで動作確認しています.

本プログラムのアイコンはSCP財団の公式ロゴマークを利用しており,そのライセンスは以下のとおりです.
SCPロゴマーク http://www.scp-wiki.net/dr-mackenzie-s-sketchbook © Aelanna
このコンテンツは、クリエイティブ・コモンズ 表示-継承3.0ライセンス(http://creativecommons.org/licenses/by-sa/3.0/deed.ja)の元で利用可能です。                    

Extension Basic Information

Name Display SCP Object Name Display SCP Object Name
ID jjcljhnpeelpfeokmbmgclghljdlcmjk
Official URL https://chromewebstore.google.com/detail/display-scp-object-name/jjcljhnpeelpfeokmbmgclghljdlcmjk
Description SCP財団(http://ja.scp-wiki.net/)の報告書にメタタイトルを表示する拡張です
File Size 9.44 KB
Installation Count 99
Current Version 0.3.1
Last Updated 2021-06-01
Publish Date 2018-12-07
Rating 4.00/5 Total 1 Ratings
Developer bozoleph807
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Display SCP Object Name",
    "version": "0.3.1",
    "description": "SCP\u8ca1\u56e3(http:\/\/ja.scp-wiki.net\/)\u306e\u5831\u544a\u66f8\u306b\u30e1\u30bf\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u3067\u3059",
    "icons": {
        "48": "48icon.png",
        "96": "96icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/scp-wiki.wikidot.com\/scp-*",
                "*:\/\/scp-jp.wikidot.com\/scp-*"
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ]
}