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 là gì?

Search Documents in the NewTab là một tiện ích mở rộng Chrome được phát triển bởi https://socode.pro, và tính năng chính của nó là "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Documents in the NewTab

Tải xuống các tệp mở rộng Search Documents in the NewTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Customize your newtab to search numerous development resources.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Documents in the NewTab Search Documents in the NewTab
ID midlnalokbplpicoooemgpodiphdmllc
URL Chính Thức https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc
Mô tả Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
Kích Thước Tệp 6.89 MB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2022-11-03
Ngày Phát Hành 2020-07-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://socode.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socode.pro
URL Trang Trợ Giúp https://discord.gg/qeBuAR
URL Trang Chính Sách Bảo Mật https://socode.pro/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}