Source Quicklinks
Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links
Source Quicklinks란 무엇입니까?
Source Quicklinks은(는) https://persistent.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links"입니다.
확장 프로그램 스크린샷
Source Quicklinks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a page action that allows cross-referencing of source files from the following open-source projects: - Chromium - Blink - WebKit - V8 Adds links between: - Chromium code search (http://code.google.com/p/chromium/source/search), which also includes all of Chromium's dependencies (Blink, V8, etc.) - Annotations, logs and revisions on trac.webkit.org, including a mapping from Blink to WebKit source paths - Annotations, logs and revisions on src.chromium.org - Annotations, logs and revisions on git.chromium.org - Logs and revisions on code.google.com/p/v8 Also adds a "sql" search/Omnibox keyword for triggering searches in the above repositories (by contents, file name, and author).
확장 프로그램 기본 정보
이름 | Source Quicklinks |
ID | ncjnjlfeffaclcioiphpaofhkebnmknj |
공식 URL | https://chromewebstore.google.com/detail/source-quicklinks/ncjnjlfeffaclcioiphpaofhkebnmknj |
설명 | Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links |
파일 크기 | 59.23 KB |
설치 횟수 | 206 |
현재 버전 | 1.5 |
최근 업데이트 | 2013-04-19 |
출시 날짜 | 2013-04-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://persistent.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mihaip/source-quicklinks |
지원되는 언어 | en |
manifest.json | |
{ "page_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Source Quicklinks" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links", "background": { "scripts": [ "js\/closure-lite.js", "js\/link.js", "js\/tab-state.js", "js\/background.js" ], "persistent": false }, "name": "Source Quicklinks", "omnibox": { "keyword": "sql" }, "permissions": [ "storage", "tabs", "webNavigation" ], "icons": { "48": "icon48.png", "128": "icon128.png", "32": "icon32.png", "16": "icon16.png" }, "manifest_version": 2, "version": "1.5" } |