Created
April 21, 2015 03:16
-
-
Save kjmancuso/3e8a03d0acf63890dc05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lithium:work kevin$ curl localhost:9222/json | |
[ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/5A26DF4E-D3EA-4008-9CBA-3554EA0AD50F", | |
"id": "5A26DF4E-D3EA-4008-9CBA-3554EA0AD50F", | |
"title": "New Tab", | |
"type": "page", | |
"url": "chrome://newtab/", | |
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/5A26DF4E-D3EA-4008-9CBA-3554EA0AD50F" | |
}, { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/47969580-B4D4-4347-9FE1-A6BF66E5A73D", | |
"faviconUrl": "chrome://extension-icon/njoipeaphfnaplplihpbgndfojhdhmjo/24/1", | |
"id": "47969580-B4D4-4347-9FE1-A6BF66E5A73D", | |
"title": "ChromeReload", | |
"type": "background_page", | |
"url": "chrome-extension://njoipeaphfnaplplihpbgndfojhdhmjo/_generated_background_page.html", | |
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/47969580-B4D4-4347-9FE1-A6BF66E5A73D" | |
}, { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/8D070D12-20E5-46AE-9407-5B19838F0E54", | |
"faviconUrl": "chrome://extension-icon/nbpagnldghgfoolbancepceaanlmhfmd/24/1", | |
"id": "8D070D12-20E5-46AE-9407-5B19838F0E54", | |
"title": "Hotword triggering", | |
"type": "background_page", | |
"url": "chrome-extension://nbpagnldghgfoolbancepceaanlmhfmd/_generated_background_page.html", | |
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/8D070D12-20E5-46AE-9407-5B19838F0E54" | |
}, { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/AAF02C7E-BD9B-40E6-874B-EEACF4196065", | |
"faviconUrl": "chrome://extension-icon/mlomiejdfkolichcflejclcbmpeaniij/24/1", | |
"id": "AAF02C7E-BD9B-40E6-874B-EEACF4196065", | |
"title": "Ghostery", | |
"type": "background_page", | |
"url": "chrome-extension://mlomiejdfkolichcflejclcbmpeaniij/_generated_background_page.html", | |
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/AAF02C7E-BD9B-40E6-874B-EEACF4196065" | |
}, { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/F5C35D8B-B5A0-4415-BCC1-80917BD5D013", | |
"faviconUrl": "chrome://extension-icon/gmknbicinclmgcjpehlboidgjjhiepih/24/1", | |
"id": "F5C35D8B-B5A0-4415-BCC1-80917BD5D013", | |
"title": "Google Hangout Keep Online", | |
"type": "background_page", | |
"url": "chrome-extension://gmknbicinclmgcjpehlboidgjjhiepih/background.html", | |
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/F5C35D8B-B5A0-4415-BCC1-80917BD5D013" | |
} ] | |
lithium:work kevin$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment