Inspect and view changes in Ekife 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": "Ekife",
"version": "1.0",
"description": "BELGENET sisteminde Gelen Evrak Kayıt aşamasında döner sermaye fişi ve vesikalık fotoğraf eklemeyi kolaylaştırır.",
"icons": {
"48": "icons/ekife-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.e-belge.tarim.gov.tr/*"
],
"css": [
"style.css"
],
"js": [
"ekife.js"
]
}
]
}