Inspect and view changes in SelectText source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "SelectText",
"description": "Select smarter, not harder",
"version": "0.3.2",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [],
"author": "rxliuli",
"action": {
"default_icon": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
}
},
"homepage_url": "https://rxliuli.com/project/selecttext/",
"web_accessible_resources": [
{
"resources": [
"/lib/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"browser_specific_settings": {
"gecko": {
"id": "selecttext@rxliuli.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://www.google.com/?olud"
],
"js": [
"content-scripts/google-image-search.js"
]
}
]
} ベストのSelectText代替案
SelectTextに類似したFirefox add-onをいくつか紹介します:
SnipText
Aryeahh
SnapText OCR - Image to Text
SnapTool Labs
OCR - Image Reader
Brian
Tiny OCR
bipin
Enable Copy Extension
olevegic
Enable Select
Sarthak Jain
OCR Text Extractor
Bloop
OCR Text Inserter
Shashank
Image to Text for ChatGPT
Tshetrim Lhendup
Image to Text
Conner
Get Text Info
Insanoglu
Allow Right Click & Copy
Raman Das