Por: Ctrl-F Plus Add-on
Inspect and view changes in Ctrl-F Plus: Ctrl + F Search Across All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Ctrl-F Plus: Ctrl + F Search Across All Tabs",
"short_name": "Ctrl-F Plus",
"description": "Find words and phrases across ALL your open tabs! 🔍",
"version": "1.0.13",
"author": "Ctrl-F Plus",
"homepage_url": "https://ctrl-f.plus",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F",
"linux": "Ctrl+Shift+F"
},
"description": "Start the extension"
}
},
"background": {
"service_worker": "background/index.js",
"scripts": [
"background/index.js"
]
},
"content_scripts": [
{
"all_frames": false,
"js": [
"content/layover.js",
"content/highlightStyles.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"match_about_blank": true,
"js": [
"content/escapeRelay.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"storage",
"contextMenus",
"scripting",
"alarms"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "ctrl-f-plus@ctrl-f.plus",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Melhores alternativas Ctrl-F Plus: Ctrl + F Search Across All Tabs
Aqui estão algumas Firefox add-ons que são similares a Ctrl-F Plus: Ctrl + F Search Across All Tabs:
Ctrl-F Plus: Ctrl + F Search
UK88
Cross-tab Search Functionality
tai789clubltd
Session Tabs Search
seanbro92
Search in tabs
Nabendu
Search Word Tabs
TheWebDev
Smart Tab Search
TEMA
Smart Tab Switcher
Kevin Ma
tabFx
Adilson Sandoval
Find tab
Jakub Duchniewicz
Find in Tabs
igorlogius
AllTabSearch
Westonlynngocc
Tab Finder
Roman Sidoroff