By: linka
Inspect and view changes in Degit in Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Degit in Github",
"version": "0.0.4",
"description": "Fast copy a Degit command path in github repository pages",
"icons": {
"16": "./assets/icon-512.png",
"48": "./assets/icon-512.png",
"128": "./assets/icon-512.png"
},
"permissions": [
"tabs",
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://github.com/*",
"https://github.com/*"
],
"js": [
"./dist/contentScripts/index.global.js"
]
}
],
"commands": {
"copy-path": {
"description": "Copy the current page degit path",
"suggested_key": {
"default": "Alt+Shift+C",
"mac": "Alt+Shift+C"
}
}
},
"browser_action": {
"default_icon": "./assets/icon-512.png",
"default_popup": "./dist/popup/index.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"scripts": [
"./dist/background/background.js"
]
},
"web_accessible_resources": [
"dist/contentScripts/style.css"
],
"browser_specific_settings": {
"gecko": {
"id": "{9408450c-b12f-4a07-bb2e-62ff5b320374}"
}
}
} Best Degit in Github Alternatives
Here are some Firefox add-ons that are similar to Degit in Github:
GitHub Copy Raw
schollsebastian
Page action button for Github.Dev
emvaized
Git Reference
ayleen azazel
Github PR to Slack Message
Yuichi
Commit Shortcut for GitHub™
Ramy Hadid
GitHub Keyboard Shortcuts
Tomáš Bořek
Simple GitHub Bookmark
stigolini
Github Download Button
Grooby
Share Pull Request
Corey Sanford