Source Quicklinks
Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links
Qu'est-ce que Source Quicklinks ?
Source Quicklinks est une extension Chrome développée par https://persistent.info, et sa fonction principale est "Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Source Quicklinks
Téléchargez les fichiers d'extension Source Quicklinks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Source Quicklinks |
ID | ncjnjlfeffaclcioiphpaofhkebnmknj |
URL Officiel | https://chromewebstore.google.com/detail/source-quicklinks/ncjnjlfeffaclcioiphpaofhkebnmknj |
Description | Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links |
Taille du Fichier | 59.23 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2013-04-19 |
Date de Publication | 2013-04-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://persistent.info |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mihaip/source-quicklinks |
Langues Prises en Charge | 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" } |