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",
"version": "0.0.3",
"name": "\u306f\u3066\u306a\u30d6\u30ed\u30b0 Markdown \u30ea\u30b9\u30c8\u5165\u529b\u652f\u63f4",
"description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306e Markdown \u8a18\u6cd5\u3067\u3001\u30ea\u30b9\u30c8\uff08\u7b87\u6761\u66f8\u304d\uff09\u306e\u5148\u982d\u306e\u8a18\u53f7\u3092\u88dc\u5b8c\u3057\u3066\u5165\u529b\u3057\u307e\u3059\u3002",
"manifest_version": 3,
"default_locale": "ja",
"action": {
"default_icon": "images\/icon38.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/MarkdownHelper.js-loader-ab03cd5f.js",
"assets\/main.ts-loader-1512ab3c.js"
],
"matches": [
"https:\/\/blog.hatena.ne.jp\/*\/*\/edit",
"https:\/\/blog.hatena.ne.jp\/*\/*\/edit?*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/blog.hatena.ne.jp\/*",
"https:\/\/blog.hatena.ne.jp\/*"
],
"resources": [
"assets\/MarkdownHelper.js-ed1276fe.js",
"assets\/main.ts-c204d0d7.js"
],
"use_dynamic_url": false
}
]
}