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 - это расширение Chrome, разработанное https://socode.pro, и его основная функция - "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".
Снимки экрана расширения
Скачать файл CRX расширения Search Documents in the NewTab
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |