提供元: ddotdev
Inspect and view changes in UiToolbar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "UiToolbar",
"version": "0.1.1",
"description": "Select any element on your webpage and send it to Cursor, Claude Code, or any coding agent for AI-assisted editing.",
"permissions": [
"activeTab",
"storage",
"clipboardWrite"
],
"host_permissions": [
"https://*.convex.site/*"
],
"optional_host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"sidebar_action": {
"default_panel": "side-panel.html",
"default_title": "UI Studio",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png"
}
},
"action": {
"default_title": "Toggle UI Studio",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"assets/*",
"icons/*",
"oauth_callback.html"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "uitoolbar@uistudioai.dev",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} ベストのUiToolbar代替案
UiToolbarに類似したFirefox add-onをいくつか紹介します:
ViewGraph Capture
Sourjya S. Sen
BringYourAI: Connect VSCode to ChatGPT
BringYourAI
AiCode Tab-newTab for programmers with AI models
AiHomeTab
Ui.Vision
Ocr.Space (Free OCR API)
Claude Remote Control
QENEX
Web Develope
luisaranda999
Opus UI DevTools
Big Bad Waffle
AI Code Organizer
Shivam Shukla
AI Web Element Assistant
itzhak.y
Bunny Inspector
Bunny Inspector
MiroMiro
Soraia
VisBug
argyleink