Search Documents in Address Bar

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

Wat is Search Documents in Address Bar?

Search Documents in Address Bar is een Chrome-extensie ontwikkeld door https://socode.pro, en de belangrijkste functie is "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Search Documents in Address Bar

Download Search Documents in Address Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You can quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.
See how to use this extension: https://socode.pro/extension
Privacy Policy: https://socode.pro/privacy                    

Basisinformatie over de Extensie

Naam Search Documents in Address Bar Search Documents in Address Bar
ID hlkgijncpebndijijbcakkcefmpniacd
Officiële URL https://chromewebstore.google.com/detail/search-documents-in-addre/hlkgijncpebndijijbcakkcefmpniacd
Beschrijving Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.
Bestandsgrootte 2.51 MB
Aantal Installaties 394
Huidige Versie 3.1.7
Laatst Bijgewerkt 2022-10-31
Publicatiedatum 2020-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://socode.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://socode.pro/extension
Help Pagina-URL https://discord.gg/qeBuAR
URL van de Privacybeleid Pagina https://socode.pro/privacy
Ondersteunde Talen 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": "3.1.7",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.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' https:\/\/www.google-analytics.com; object-src 'self'",
    "author": "elliotreborn",
    "minimum_chrome_version": "64",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "SOCODE"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/socode.pro\/*"
            ],
            "js": [
                "markContentScript.bundle.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "sc"
    }
}