Bookmarks, History, Website DevTools Sidebar
Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
ما هو Bookmarks, History, Website DevTools Sidebar؟
Bookmarks, History, Website DevTools Sidebar هو إضافة Chrome تم تطويرها بواسطة niu tech، والميزة الرئيسية لها هي "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks, History, Website DevTools Sidebar
قم بتنزيل ملفات الامتداد Bookmarks, History, Website DevTools Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows Bookmarks, History, any Website or Google Search Result as Chrome Developer Tools Panels. It can be docked to the right, making a real sidebar. To open it, right click anywhere on a web page and choose Inspect Element or click Ctrl-Shift-I to open Chrome DevTools, then click the ⋮ button to show the popup and choose the right Dock side button. Finally go to one of the panels on top: Bookmarks, History or Website. Demo: http://i.imgur.com/jehSlib.gif Source code: https://github.com/niutech/chrome-devtools-sidebar
معلومات أساسية عن التمديد
الاسم | Bookmarks, History, Website DevTools Sidebar |
ID | ghcobbkjdobahlopkoohegcbgmnikpaa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa |
الوصف | Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels. |
حجم الملف | 173 KB |
عدد التثبيتات | 839 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-11-23 |
تاريخ النشر | 2015-11-23 |
تقييم | 3.58/5 مجموع تقييمات 24 |
المطور | niu tech |
نوع الدفع | free |
موقع الإضافة | https://github.com/niutech/chrome-devtools-sidebar |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks, History, Website DevTools Sidebar", "version": "0.1", "description": "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.", "devtools_page": "devtools.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "bookmarks", "history" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |