Por: playground
Inspect and view changes in Helper tool for GraphQL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GraphQL Playground",
"version": "1.0.0",
"description": "Helper tool for GraphQL: open selected text or pasted query in GraphQL Playground.",
"permissions": [
"contextMenus",
"activeTab",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "GraphQL Playground",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
],
"applications": {
"gecko": {
"id": "graphql-playground@example.com"
}
}
} Melhores alternativas Helper tool for GraphQL
Aqui estão algumas Firefox add-ons que são similares a Helper tool for GraphQL:
Helper tool for GraphQL
graphql-playground
GraphQL Playground
graphql-playground-extension
tool for RStudio Connect
rstudioconnect
tool for RStudio Connect
rstudio-connect-browser
Altair GraphQL Client
Samuel
GraphiTab
Jason Simeone
Apollo Client Devtools
Apollo Team
OpenAI Playground Helper
openai-playground-helper
Apollo Inspector
DevDelta
GraphQL-Inspect
lokmeinmatz
Shopify GraphQL Explorer
Ramon Teifi