Developer pages
Quick access to Chrome developer pages in the context menu.
Co to jest Developer pages?
Developer pages to rozszerzenie Chrome opracowane przez pb_ee1, a jego główną funkcją jest „Quick access to Chrome developer pages in the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Developer pages
Pobierz pliki rozszerzeń Developer pages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Ever wondered what was under the hood of your favorite browser? With this extension, you can access the Google Chrome internal tools in the context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | Developer pages |
ID | clpnkaejolcjjjogcldmnjodkjdnhdio |
Oficjalny URL | https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio |
Opis | Quick access to Chrome developer pages in the context menu. |
Rozmiar pliku | 7.09 KB |
Liczba instalacji | 599 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2012-07-23 |
Data Publikacji | 2012-07-23 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | pb_ee1 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer pages", "description": "Quick access to Chrome developer pages in the context menu.", "version": "1.4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "engine.js" ] }, "icons": { "128": "images\/extension\/128.png", "16": "images\/extension\/16.png", "48": "images\/extension\/48.png" } } |