Search Documents in the NewTab

Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.

什么是Search Documents in the NewTab?

Search Documents in the NewTab是由https://socode.pro开发的Chrome扩展程序,该扩展的主要功能是“Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Search Documents in the NewTab扩展crx文件

下载Search Documents in the NewTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Customize your newtab to search numerous development resources.                    

扩展基本信息

名称 Search Documents in the NewTab Search Documents in the NewTab
ID midlnalokbplpicoooemgpodiphdmllc
官方URL https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc
简介 Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
文件大小 6.89 MB
安装次数 117
当前版本 1.5.6
更新时间 2022-11-03
上架时间 2020-07-08
评分 5.00/5 共1次评分
开发者 https://socode.pro
电子邮箱 [email protected]
付费类型 free
扩展官网 https://socode.pro
帮助页面URL https://discord.gg/qeBuAR
隐私政策页面URL https://socode.pro/privacy
支持的语言 de,en,fr,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "default_locale": "en",
    "version": "1.5.6",
    "icons": {
        "16": "assets\/icons\/favicon-16-plus.png",
        "32": "assets\/icons\/favicon-32-plus.png",
        "48": "assets\/icons\/favicon-48-plus.png",
        "128": "assets\/icons\/favicon-128-plus.png"
    },
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/socode.pro",
    "short_name": "SOCODE",
    "permissions": [
        "storage",
        "identity",
        "https:\/\/github.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-uqrF8BxdoUs7hL\/KmW3XB\/KGs2XwWRSiINBQOLMDLJE=' 'sha256-R1lPaLsLjVyTU5cgbqVyc7kilkrRKRf6Sn3AGAgMlEc=' https:\/\/cdn.jsdelivr.net https:\/\/www.google-analytics.com; object-src 'self'",
    "author": "elliotreborn",
    "minimum_chrome_version": "64",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16-plus.png",
            "32": "assets\/icons\/favicon-32-plus.png",
            "48": "assets\/icons\/favicon-48-plus.png",
            "128": "assets\/icons\/favicon-128-plus.png"
        },
        "default_title": "SOCODE NewTab"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}