By: John Choi
Inspect and view changes in Sentence Follower source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Sentence Follower",
"version": "0.5.9",
"description": "Helps you follow along with long-form text content by identifying and highlighting the sentence under your cursor",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "options/options.html",
"default_icon": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content_scripts/logging.js",
"content_scripts/common.js"
],
"run_at": "document_start"
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content_scripts/sentence-highlight.js"
]
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content_scripts/floating-ui.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content_scripts/logging.js",
"content_scripts/floating-ui.js",
"content_scripts/common.js",
"icons/icon16.png",
"icons/icon32.png",
"icons/icon48.png",
"icons/icon128.png"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{21bfdc3f-dc23-4712-ab2f-d0db70fa5b97}"
}
}
} Best Sentence Follower Alternatives
Here are some Firefox add-ons that are similar to Sentence Follower: