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はhttps://socode.proによって開発されたChromeの拡張機能で、その主な機能は「Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.」です。
拡張機能のスクリーンショット
Search Documents in the NewTab拡張機能のCRXファイルをダウンロード
Search Documents in the NewTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Customize your newtab to search numerous development resources.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |