Inspect and view changes in Slack Italic Gray source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Slack Italic Gray",
"version": "1.1.0",
"description": "Slackの<i>を灰色にする。これでメイリオが使われても/meで書かれていることがわかる。",
"icons": {
"128": "icon.png"
},
"author": "@kusano_k",
"homepage_url": "https://github.com/kusano/slackitalicgray",
"content_scripts": [
{
"matches": [
"https://*.slack.com/*"
],
"css": [
"style.css"
]
}
]
}