Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u30d7\u30eb\u30ea\u30afMD\u30b3\u30d4\u30fc",
"version": "1.0.28",
"description": "\u30d7\u30eb\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u30fb\u672c\u6587\u30fb\u30ec\u30d3\u30e5\u30fc\u30b3\u30e1\u30f3\u30c8\u3092Markdown\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3059\u308bChrome\u62e1\u5f35\u6a5f\u80fd",
"permissions": [
"activeTab",
"scripting",
"webNavigation"
],
"host_permissions": [
"https:\/\/github.com\/*",
"https:\/\/*.github.com\/*",
"https:\/\/dev.azure.com\/*",
"https:\/\/*.visualstudio.com\/*"
],
"icons": {
"48": "icons\/icon.png"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": "icons\/icon.png"
},
"background": {
"service_worker": "src\/service_worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/pull\/*",
"https:\/\/*.github.com\/*\/pull\/*",
"https:\/\/dev.azure.com\/*\/_git\/*\/pullrequest\/*",
"https:\/\/dev.azure.com\/*\/_git\/*\/pullRequest\/*",
"https:\/\/*.visualstudio.com\/*\/_git\/*\/pullrequest\/*",
"https:\/\/*.visualstudio.com\/*\/_git\/*\/pullRequest\/*"
],
"js": [
"src\/lib\/site_detector.js",
"src\/lib\/markdown_builder.js",
"src\/lib\/clipboard.js",
"src\/extractors\/github_extractor.js",
"src\/extractors\/devops_extractor.js",
"src\/ui\/button_injector.js",
"src\/content_script.js"
],
"css": [
"src\/ui\/styles.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"src\/inject\/navigation_hook.js"
],
"matches": [
"https:\/\/github.com\/*",
"https:\/\/*.github.com\/*",
"https:\/\/dev.azure.com\/*",
"https:\/\/*.visualstudio.com\/*"
]
}
]
}