By: wildmat
Inspect and view changes in Figma PR Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Figma PR Extension",
"version": "1.0.2",
"description": "Automatically process Figma links in GitHub PR descriptions and generate design specs",
"browser_specific_settings": {
"gecko": {
"id": "figma-pr-extension@wildmat.dev",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage",
"activeTab",
"https://github.com/*",
"https://api.figma.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*/pull/*",
"https://github.com/*/compare/*"
],
"js": [
"snarkdown.js",
"utils.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Figma PR Extension",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"debug.js",
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
} Best Figma PR Links Alternatives
Here are some Firefox add-ons that are similar to Figma PR Links:
Open Figma app
Gianluca Croci
Figma Task Manager
figma_task_manager
Quick Link Github
raicem
Mergify
Mergify
GitHub Release Notes Compiler
Saurabh
Github ❤️ ClickUp
Bartholomej
Enable UI3 Beta for Figma
Inclushe
HTML to Figma: Convert Websites into Designs
Wireframeit
Faster PR
StellarExplorerGuy
html.to.design
Cakhia TV
GitHub Release
Dedy
GitHub Live PRs
xmmarcotte