Source Quicklinks
Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links
ما هو Source Quicklinks؟
Source Quicklinks هو إضافة Chrome تم تطويرها بواسطة https://persistent.info، والميزة الرئيسية لها هي "Allows quick jumping between Chrome, Blink, WebKit, V8, etc. source links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Source Quicklinks
قم بتنزيل ملفات الامتداد Source Quicklinks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |