Bookmarks, History, Website DevTools Sidebar
Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
Cos'è Bookmarks, History, Website DevTools Sidebar?
Bookmarks, History, Website DevTools Sidebar è un'estensione di Chrome sviluppata da niu tech, e la sua funzione principale è "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarks, History, Website DevTools Sidebar
Scarica i file di estensione Bookmarks, History, Website DevTools Sidebar 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
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
Informazioni di Base sull'Estensione
Nome | Bookmarks, History, Website DevTools Sidebar |
ID | ghcobbkjdobahlopkoohegcbgmnikpaa |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa |
Descrizione | Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels. |
Dimensione del File | 173 KB |
Conteggio Installazioni | 839 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-11-23 |
Data di Pubblicazione | 2015-11-23 |
Valutazione | 3.58/5 Totale 24 Valutazioni |
Sviluppatore | niu tech |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/niutech/chrome-devtools-sidebar |
Lingue Supportate | 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 } |