Inspect and view changes in EksImage 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": "EksImage",
"version": "1.4",
"description": "Eksi Sozluk entry ve görselleri aynı ekranda!",
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"myscript.js"
]
}
]
}