Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Vlad Baranov",
"manifest_version": 3,
"name": "Underscored git branch name from Jira task",
"description": "Automated creation of branch name from Jira task Id and task name",
"version": "0.0.9",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"action": {
"default_icon": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"default_popup": ".\/index.html",
"permissions": [
"activeTab",
"clipboardWrite"
]
},
"content_scripts": [
{
"js": [
".\/lodash.min.js",
".\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
]
}