One finger zoom in
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "One finger zoom in",
"description": "One finger zoom in",
"version": "1.0",
"browser_action": {},
"background": {
"scripts": [
"zoom_in.js"
],
"persistent": false
},
"icons": {
"16": "icons/zoom_in_16.png",
"48": "icons/zoom_in_48.png",
"128": "icons/zoom_in_128.png"
},
"permissions": [
"contextMenus",
"tabs",
"http://*/",
"https://*/"
],
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}