Inspect and view changes in Page action button for VSCode.Dev source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Toggle VSCode.Dev",
"description": "Adds a URL bar button to switch to VSCode Dev view of the GitHub repository",
"version": "0.3",
"applications": {
"gecko": {
"id": "toggle_github_dev@emvaized.dev"
}
},
"developer": {
"name": "Max Tsyba",
"url": "https://github.com/emvaized/"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"*://github.com/*",
"*://github.dev/*",
"*://vscode.dev/*"
],
"icons": {
"64": "icon.svg"
},
"page_action": {
"default_icon": {
"64": "github.svg"
},
"default_title": "Toggle VSCode.dev",
"show_matches": [
"*://github.com/*",
"*://github.dev/*",
"*://vscode.dev/*"
],
"hide_matches": [
"*://github.com/login/*"
]
}
} Best Page action button for VSCode.Dev Alternatives
Here are some Firefox add-ons that are similar to Page action button for VSCode.Dev:
Github1s
Mohammed CHERIFI
Open in Visual Studio Code
TheNightmanCodeth
Open in (GitHub) Dev!
OveringOwl
Github1s Extension
imDarkempire
VS Code Web
Rakibur Rahaman
GitHub Web IDE
zvizvi
Simple GitHub Bookmark
stigolini
VS Code for the Web
Paul
diffs.dev
Jason Penilla
Github1s button
GHOST
View Github Issues&PRs
FoxRefire
UI Previewer Button
Jakub Hampl