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.

ما هو scp viewing enhancer؟

scp viewing enhancer هو إضافة Chrome تم تطويرها بواسطة rhett.newton، والميزة الرئيسية لها هي "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة scp viewing enhancer

قم بتنزيل ملفات الامتداد scp viewing enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
الوصف Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
حجم الملف 17.5 KB
عدد التثبيتات 61
النسخة الحالية 1.0
آخر تحديث 2017-12-29
تاريخ النشر 2017-12-29
تقييم 3.00/5 مجموع تقييمات 1
المطور rhett.newton
نوع الدفع free
اللغات المدعومة 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"
    ]
}