Make a slideshow out of web pages with links to images or videos. Ever wanted to get a sleek slideshow of a webpage? This add-on does exactly that.
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": "slideshow",
"version": "1.1.2resigned1",
"description": "__MSG_manifest_description__",
"author": "Olivier Meunier",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "56.0"
}
},
"icons": {
"96": "icons/icon-96.png"
},
"default_locale": "en",
"background": {
"scripts": [
"resources/dist/background.js"
]
},
"page_action": {
"browser_style": false,
"default_icon": "icons/action.svg"
},
"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"webNavigation"
]
}