Search Documents in Address Bar

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

Cos'è Search Documents in Address Bar?

Search Documents in Address Bar è un'estensione di Chrome sviluppata da https://socode.pro, e la sua funzione principale è "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search Documents in Address Bar

Scarica i file di estensione Search Documents in Address Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Search Documents in Address Bar Search Documents in Address Bar
ID hlkgijncpebndijijbcakkcefmpniacd
URL Ufficiale https://chromewebstore.google.com/detail/search-documents-in-addre/hlkgijncpebndijijbcakkcefmpniacd
Descrizione Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.
Dimensione del File 2.51 MB
Conteggio Installazioni 394
Versione Corrente 3.1.7
Ultimo Aggiornamento 2022-10-31
Data di Pubblicazione 2020-07-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://socode.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://socode.pro/extension
URL della Pagina di Aiuto https://discord.gg/qeBuAR
URL della Pagina della Politica sulla Privacy https://socode.pro/privacy
Lingue Supportate 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"
    }
}