Source Quicklinks
Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links
Cos'è Source Quicklinks?
Source Quicklinks è un'estensione di Chrome sviluppata da https://persistent.info, e la sua funzione principale è "Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Source Quicklinks
Scarica i file di estensione Source Quicklinks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Source Quicklinks |
ID | ncjnjlfeffaclcioiphpaofhkebnmknj |
URL Ufficiale | https://chromewebstore.google.com/detail/source-quicklinks/ncjnjlfeffaclcioiphpaofhkebnmknj |
Descrizione | Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links |
Dimensione del File | 59.23 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2013-04-19 |
Data di Pubblicazione | 2013-04-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://persistent.info |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mihaip/source-quicklinks |
Lingue Supportate | 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" } |