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",
"name": "Chatty \u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30afAI\u88dc\u52a9",
"description": "\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u5b9a\u578b\u6587\u3001AI\u6587\u7ae0\u751f\u6210\u306e\u6a5f\u80fd\u3092\u8ffd\u52a0\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002",
"manifest_version": 3,
"default_locale": "ja",
"version": "1.0.6",
"devtools_page": "devtools.html",
"host_permissions": [
"https:\/\/www.chatwork.com\/"
],
"icons": {
"38": "icon\/38.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.chatwork.com\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"jquery.form.js",
"clipboard.min.js",
"main.js",
"encoding.min.js",
"jquery.qrcode.min.js",
"jquery.cookie.js",
"jquery-barcode.min.js",
"moment.min.js"
]
}
]
}