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文件
下載Source Quicklinks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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). 擴展基本資訊
| 名稱 | |
| ID | ncjnjlfeffaclcioiphpaofhkebnmknj |
| 官方網址 | 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"
} | |