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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://socode.pro, και η κύρια λειτουργία του είναι "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Documents in the NewTab

Λήψη αρχείων επέκτασης 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"
    }
}