Bookmarks, History, Website DevTools Sidebar
Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
Qu'est-ce que Bookmarks, History, Website DevTools Sidebar ?
Bookmarks, History, Website DevTools Sidebar est une extension Chrome développée par niu tech, et sa fonction principale est "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarks, History, Website DevTools Sidebar
Téléchargez les fichiers d'extension Bookmarks, History, Website DevTools Sidebar 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
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
Informations de Base sur l'Extension
Nom | Bookmarks, History, Website DevTools Sidebar |
ID | ghcobbkjdobahlopkoohegcbgmnikpaa |
URL Officiel | https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa |
Description | Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels. |
Taille du Fichier | 173 KB |
Nombre d'Installations | 839 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-11-23 |
Date de Publication | 2015-11-23 |
Évaluation | 3.58/5 Total 24 Évaluations |
Développeur | niu tech |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/niutech/chrome-devtools-sidebar |
Langues Prises en Charge | 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 } |