SCP Go
Instantly access any SCP article by typing its item number!
SCP Goคืออะไร?
SCP Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย axadian.dev และคุณลักษณะหลักของมันคือ "Instantly access any SCP article by typing its item number!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SCP Go
ดาวน์โหลดไฟล์ส่วนขยาย SCP Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SCP Go helps you access any SCP article quickly by typing its item number or link in the pop-up text field. It is a very simple utility meant to make opening articles a littler easier and faster, nothing more and nothing less. Features: - Open an SCP article/link from anywhere on the internet. - Missed a dash (-) or a zero (0)? Don't worry! SCP Go will handle that for you! (more details in the video) - Configure the extension to focus on the opened links (or not!) - Dark theme and dark icon available! - Useful links listed on the pop-up. - Extension search history.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SCP Go |
ID | ldhjojkfdbaglpimcfejlphpihhoccbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scp-go/ldhjojkfdbaglpimcfejlphpihhoccbp |
คำอธิบาย | Instantly access any SCP article by typing its item number! |
ขนาดไฟล์ | 309 KB |
จำนวนการติดตั้ง | 184 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-27 |
วันที่เผยแพร่ | 2022-05-27 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | axadian.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SCP Go", "version": "0.0.1", "author": "Axadian", "description": "Instantly access any SCP article by typing its item number!", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/SCP_Go_16.png", "24": "images\/SCP_Go_24.png", "32": "images\/SCP_Go_32.png", "48": "images\/SCP_Go_48.png", "128": "images\/SCP_Go_128.png" } }, "icons": { "16": "images\/SCP_Go_Store_16.png", "48": "images\/SCP_Go_Store_48.png", "128": "images\/SCP_Go_Store_128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "short_name": "scp-go", "manifest_version": 3 } |