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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |