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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย scp viewing enhancer
ดาวน์โหลดไฟล์ส่วนขยาย scp viewing enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } |