Inspect and view changes in Productivity Links Grabber 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": "Productivity Links Grabber",
"description": "Boost how you capture links to your Notion with this very simple Links Grabber",
"version": "1.0.0.0",
"manifest_version": 3,
"icons": {
"128": "images/icon.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting"
]
}