SCP Go

Instantly access any SCP article by typing its item number!

什么是SCP Go?

SCP Go是由axadian.dev开发的Chrome扩展程序,该扩展的主要功能是“Instantly access any SCP article by typing its item number!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SCP Go扩展crx文件

下载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 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
}