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).
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |