Search Documents in Address Bar

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

Qu'est-ce que Search Documents in Address Bar ?

Search Documents in Address Bar est une extension Chrome développée par https://socode.pro, et sa fonction principale est "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Documents in Address Bar

Téléchargez les fichiers d'extension Search Documents in Address Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Search Documents in Address Bar Search Documents in Address Bar
ID hlkgijncpebndijijbcakkcefmpniacd
URL Officiel https://chromewebstore.google.com/detail/search-documents-in-addre/hlkgijncpebndijijbcakkcefmpniacd
Description Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.
Taille du Fichier 2.51 MB
Nombre d'Installations 394
Version Actuelle 3.1.7
Dernière Mise à Jour 2022-10-31
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://socode.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://socode.pro/extension
URL de la Page d'Aide https://discord.gg/qeBuAR
URL de la Page de Politique de Confidentialité https://socode.pro/privacy
Langues Prises en Charge 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"
    }
}