Inspect and view changes in Chiku Linker - Open Links in Tab 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Chiku Linker - Open Links in Tab",
"description": "ChikuLinker: Enhance Chrome lead gen! Open word-related links quickly for productivity. Optimize workflow and ace lead gen.",
"version": "2023.0.2",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "image.png"
}
},
"icons": {
"128": "image.png"
},
"author": "Chaitanya Shimpi",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self' ;",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
}