Inspect and view changes in FocusJUMP 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",
"description": "stop wasting your time looking for what you are looking for, JUMP THE WEB !",
"manifest_version": 2,
"name": "FocusJUMP",
"short_name": "jump the web",
"version": "3.2.3",
"author": "Sébastien AUBRY",
"homepage_url": "https://sebastienaubry.pagesperso-orange.fr/focusjump/",
"icons": {
"48": "icons/fj.png"
},
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"focusJUMP.js",
"js/fjFind.js"
],
"css": [
"css/main.css"
],
"run_at": "document_start"
}
]
}