Inspect and view changes in fragment 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
{
"name": "fragment",
"description": "A tool for getting URLs of page fragments",
"version": "0.10resigned1",
"author": "Janusz Majnert",
"permissions": [
"activeTab",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Get fragment URL",
"default_icon": "icon.png"
},
"icons": {
"128": "icon128.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "jid1-L5rAWdROHQMzaA@jetpack"
}
}
}