DevDocs Web Ext
Find documents in devdocs.io with a popup window from a browser Extension!
DevDocs Web Ext란 무엇입니까?
DevDocs Web Ext은(는) Arianrhod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find documents in devdocs.io with a popup window from a browser Extension!"입니다.
확장 프로그램 스크린샷
DevDocs Web Ext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DevDocs Web Ext is a browser extension that allows you to quickly search and browse online documentations from DevDocs (https://devdocs.io).
확장 프로그램 기본 정보
이름 | DevDocs Web Ext |
ID | kdjoccdpjblcefijcfhnjoljodddedpj |
공식 URL | https://chromewebstore.google.com/detail/devdocs-web-ext/kdjoccdpjblcefijcfhnjoljodddedpj |
설명 | Find documents in devdocs.io with a popup window from a browser Extension! |
파일 크기 | 1.53 MB |
설치 횟수 | 1,205 |
현재 버전 | 0.5.5 |
최근 업데이트 | 2024-01-24 |
출시 날짜 | 2019-07-14 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | Arianrhod |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/arianrhodsandlot/devdocs-web-ext |
도움말 페이지 URL | https://github.com/arianrhodsandlot/devdocs-web-ext |
지원되는 언어 | en,fr,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.5.5", "manifest_version": 3, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/arianrhodsandlot\/devdocs-web-ext", "icons": { "16": "icon-16.df7db61b.png", "128": "icon-128.0e497dfa.png" }, "default_locale": "en", "background": { "service_worker": "background.662a17f9.js" }, "action": { "default_icon": { "19": "icon-19.ac520b5f.png", "38": "icon-38.278cc3fd.png" }, "default_title": "DevDocs Web Ext", "default_popup": "popup.e1e65ba4.html" }, "options_ui": { "page": "options.25271cce.html" }, "permissions": [ "cookies", "activeTab", "storage" ], "host_permissions": [ "*:\/\/devdocs.io\/", "*:\/\/docs.devdocs.io\/", "*:\/\/documents.devdocs.io\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+S" }, "description": "Open the popup window" } } } |