Search Documents in the NewTab
Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
Vad är Search Documents in the NewTab?
Search Documents in the NewTab är en Chrome-tillägg utvecklad av https://socode.pro, och dess huvudfunktion är "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".
Tilläggsskärmbilder
Ladda ner Search Documents in the NewTab-förlängningens CRX-fil
Ladda ner Search Documents in the NewTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Customize your newtab to search numerous development resources.
Grundläggande Information om Tillägg
Namn | Search Documents in the NewTab |
ID | midlnalokbplpicoooemgpodiphdmllc |
Officiell webbadress | https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc |
Beskrivning | Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab. |
Filstorlek | 6.89 MB |
Antal Installationer | 117 |
Aktuell Version | 1.5.6 |
Senast Uppdaterad | 2022-11-03 |
Publiceringsdatum | 2020-07-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://socode.pro |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://socode.pro |
Hjälpsida URL | https://discord.gg/qeBuAR |
URL till Sekretesspolicy Sidan | https://socode.pro/privacy |
Stödda Språk | 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" } } |