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": "NotoSans\u3078\u7f6e\u63db\u3059\u308b\u3084\u3064(\u6539\u4fee\u578b)",
"version": "2.0.42",
"description": "\u8aad\u307f\u3065\u3089\u3044\u30d5\u30a9\u30f3\u30c8\u3092Noto Sans\u306b\u81ea\u52d5\u7f6e\u63db\u3002\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u6539\u5584\u7248\u3002",
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"preload-fonts.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*.woff2",
"css\/*.css",
"inject.js"
],
"matches": [
"<all_urls>"
]
}
]
}