Search Documents in the NewTab
Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
O que é Search Documents in the NewTab?
Search Documents in the NewTab é uma extensão do Chrome desenvolvida por https://socode.pro, e sua principal característica é "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Documents in the NewTab
Baixe arquivos de extensão Search Documents in the NewTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Customize your newtab to search numerous development resources.
Informações Básicas da Extensão
Nome | Search Documents in the NewTab |
ID | midlnalokbplpicoooemgpodiphdmllc |
URL Oficial | https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc |
Descrição | Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab. |
Tamanho do Arquivo | 6.89 MB |
Contagem de Instalações | 117 |
Versão Atual | 1.5.6 |
Última Atualização | 2022-11-03 |
Data de Publicação | 2020-07-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://socode.pro |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://socode.pro |
URL da Página de Ajuda | https://discord.gg/qeBuAR |
URL da Página de Política de Privacidade | https://socode.pro/privacy |
Idiomas Suportados | 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" } } |