Inspect and view changes in Performance-Analyser source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Performance-Analyser",
"short_name": "Performance-Analyzer",
"description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
"version": "1.7.2",
"homepage_url": "https://github.com/micmro/performance-bookmarklet",
"update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"author": "Michael Mrowetz",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"58": "icon58.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"58": "icon58.png",
"128": "icon128.png"
}
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
"<all_urls>"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}