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 |
官方網址 | 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" } } |