Par : trientt
Inspect and view changes in Gistify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Gistify",
"version": "1.0.0",
"description": "Add a button to convert code blocks into GitHub Gists",
"action": {
"default_popup": "index.html"
},
"icons": {
"48": "icons/icon48.png"
},
"permissions": [
"storage",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"scripts/content_script.js"
],
"css": [
"scripts/content_script.css"
]
}
],
"background": {
"scripts": [
"scripts/background.js"
],
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "ekoios2023@example.com",
"strict_min_version": "42.0"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts/*.js",
"scripts/content_main.js",
"gists.js",
"*.svg"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
]
} Meilleures alternatives Gistify
Voici quelques Firefox add-ons qui sont similaires à Gistify :