Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Batch Page Loader",
"version": "1.1",
"manifest_version": 2,
"description": "Opens multiple pages with continuous numbering",
"homepage_url": "http:\/\/triprojects.de\/batchpageloader\/",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
}