Inspect and view changes in Close Figma Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Close Figma Tab",
"version": "0.0.1",
"manifest_version": 2,
"description": "Close Figma tab if you have \"Open in Desktop App\" active",
"homepage_url": "https://github.com/mamuso/close-figma-tab",
"icons": {
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http://*.figma.com/file/*",
"https://*.figma.com/file/*"
],
"js": [
"js/content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab"
]
} Best Close Figma Tab Alternatives
Here are some Firefox add-ons that are similar to Close Figma Tab:
Open Figma app
Gianluca Croci
TabCloser
Seth Cottle
Tab Closer
Devin Lehmacher
Zoom Tab Close
cshields
Close Other Tabs
yukihane
Delete Tab
Geoffrey De Belie
Closer Menu
Metin Charm
Left Tab Focus on Close
Mark Mark
Close Tab Button
0rchestrate
Close Tab Icon
gglin001
tab-closer-plus
Dev
Auto Close Tabs
iProgrammer16