제작자: Belmont Lansdown
Inspect and view changes in Reading.bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Reading.bot",
"version": "0.4.18",
"manifest_version": 3,
"description": "Extract references from PDFs, analyze them, and chat with them.",
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "@reading-bot.belmontlansdown"
}
},
"permissions": [
"activeTab",
"tabs",
"webRequest",
"storage"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"web_accessible_resources": [
{
"resources": [
"app/immutable/assets/pdf.worker.min.CoCB56f7.mjs",
"app/immutable/assets/pdf.worker.min.mjs"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"index.html"
],
"matches": [
"https://reading.bot/*"
]
}
],
"icons": {
"16": "images/icon16-light.png",
"32": "images/icon32-light.png",
"48": "images/icon48-light.png",
"128": "images/icon128-light.png"
},
"action": {
"default_title": "Reading.bot"
},
"content_scripts": [
{
"matches": [
"https://reading.bot/"
],
"run_at": "document_start",
"js": [
"redirect.js"
],
"all_frames": true
},
{
"matches": [
"https://reading.bot/share/*",
"https://localhost:9090/share/*",
"http://localhost:9090/share/",
"http://localhost:9090/share/*",
"https://localhost:9090/share/"
],
"run_at": "document_start",
"js": [
"installCheck.js"
],
"all_frames": true
}
]
} 최고의 Reading.bot 대안
다음은 Reading.bot과(와) 유사한 Firefox add-on입니다: