scp viewing enhancer

Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.

Apa itu scp viewing enhancer?

scp viewing enhancer adalah ekstensi Chrome yang dikembangkan oleh rhett.newton, dan fitur utamanya adalah "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi scp viewing enhancer

Unduh file ekstensi scp viewing enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Click the icon to easily search for an scp. Click the "Toggle css" switch to switch between the default and custom css. The user can use either their own or the provided custom css.                    

Informasi Dasar Ekstensi

Nama scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
URL Resmi https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Deskripsi Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Ukuran File 17.5 KB
Jumlah Instalasi 61
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-12-29
Tanggal Publikasi 2017-12-29
Penilaian 3.00/5 Total 1 Penilaian
Pengembang rhett.newton
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scp viewing enhancer",
    "version": "1.0",
    "description": "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.",
    "icons": {
        "48": "icons\/scp_logo-48.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/www.scp-wiki.net\/*"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/stylize.js"
            ],
            "matches": [
                "*:\/\/www.scp-wiki.net\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/scp_logo-32.png",
        "default_title": "[REDACTED]",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "res\/default_css.css"
    ]
}