Developer pages
Quick access to Chrome developer pages in the context menu.
Developer pagesとは何ですか?
Developer pagesはpb_ee1によって開発されたChromeの拡張機能で、その主な機能は「Quick access to Chrome developer pages in the context menu.」です。
拡張機能のスクリーンショット
Developer pages拡張機能のCRXファイルをダウンロード
Developer pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Developer pages |
ID | clpnkaejolcjjjogcldmnjodkjdnhdio |
公式URL | https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio |
説明 | Quick access to Chrome developer pages in the context menu. |
ファイルサイズ | 7.09 KB |
インストール数 | 599 |
現在のバージョン | 1.4 |
最終更新日 | 2012-07-23 |
公開日 | 2012-07-23 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | pb_ee1 |
支払い方法 | free |
対応言語 | 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" } } |