Inspect and view changes in Grabbify Link 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
{
"version": "1.0",
"manifest_version": 3,
"name": "Grabbify Link",
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"permissions": [
"tabs"
],
"Description": "This extension allows you to save the URL of the current tab in the Edge browser. You can also manually enter text and URLs in the text box and save it.",
"default language": "English",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}