Search Documents in the NewTab

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

¿Qué es Search Documents in the NewTab?

Search Documents in the NewTab es una extensión de Chrome desarrollada por https://socode.pro, y su función principal es "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Search Documents in the NewTab

Descarga archivos de extensión Search Documents in the NewTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Customize your newtab to search numerous development resources.                    

Información Básica de la Extensión

Nombre Search Documents in the NewTab Search Documents in the NewTab
ID midlnalokbplpicoooemgpodiphdmllc
URL Oficial https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc
Descripción Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
Tamaño del Archivo 6.89 MB
Cantidad de Instalaciones 117
Versión Actual 1.5.6
Última Actualización 2022-11-03
Fecha de Publicación 2020-07-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://socode.pro
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://socode.pro
URL de la Página de Ayuda https://discord.gg/qeBuAR
URL de la Página de Política de Privacidad https://socode.pro/privacy
Idiomas Soportados 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"
    }
}