By: Akif Kumru
Inspect and view changes in Highlight Search & Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Highlight Search & Copy",
"version": "1.1",
"description": "Search or copy highlighted text with a convenient popup that also comes with a Imperial to Metric converter",
"permissions": [
"activeTab",
"storage",
"clipboardWrite"
],
"browser_specific_settings": {
"gecko": {
"id": "{9ce00efa-18b1-4640-bf6a-99c5a25c2e78}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
} Best Highlight Search & Copy Alternatives
Here are some Firefox add-ons that are similar to Highlight Search & Copy:
Metric Unit Convert & Search
Metric Unit Convert
Metric Unit Converter & Search
Metric Unit Converter
Search Popup
Krasen Ivanov
SelectON — selection popup. Copy & search
emvaized
Selection menu
mad1ost
Search Popup on Select Text
utilitydev
Select and Search
Burak Unver
Google 2 Test Search Extension
arydr
Google Keyboard Search
Andrea-V Corrado
Google Suggestion Copier
FREECODER