View the last 15 links visited on a website.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"background.js"
]
},
"description": "__MSG_extensionDescription__",
"page_action": {
"default_title": "__MSG_extensionName__",
"default_popup": "history.html",
"default_icon": "icons/logo_64.png"
},
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"permissions": [
"activeTab",
"history",
"tabs"
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id": "{bb05cc2d-966b-4aa7-989a-a03d6305a9c2}"
}
}
}