Inspect and view changes in Share to Dev-Time 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
{
"name": "Share to Dev-Time",
"version": "1.0.0",
"description": "Partagez du contenu facilement grâce a notre Extension.",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*"
],
"js": [
"take-screen.js"
]
}
],
"permissions": [
"tabs"
],
"page_action": {
"default_name": "Dev-Time Share",
"default_icon": "marker.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}