Search Documents in the NewTab
Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
Was ist Search Documents in the NewTab?
Search Documents in the NewTab ist eine Chrome-Erweiterung, die von https://socode.pro entwickelt wurde, und ihr Hauptmerkmal ist "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".
Erweiterungsscreenshots
Search Documents in the NewTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search Documents in the NewTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Customize your newtab to search numerous development resources.
Grundlegende Informationen zur Erweiterung
Name | Search Documents in the NewTab |
ID | midlnalokbplpicoooemgpodiphdmllc |
Offizielle URL | https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc |
Beschreibung | Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab. |
Dateigröße | 6.89 MB |
Installationsanzahl | 117 |
Aktuelle Version | 1.5.6 |
Letztes Update | 2022-11-03 |
Veröffentlichungsdatum | 2020-07-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://socode.pro |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://socode.pro |
Hilfeseite URL | https://discord.gg/qeBuAR |
URL der Datenschutzrichtlinien-Seite | https://socode.pro/privacy |
Unterstützte Sprachen | 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" } } |