禁則くん (Kinsoku-kun)
Force to set 'word-break' to 'normal' so that Japanese 禁則処理 works as expected regardless of CSS setting.
What is 禁則くん (Kinsoku-kun)?
禁則くん (Kinsoku-kun) is a Chrome extension developed by Taka Tei, and its main feature is "Force to set 'word-break' to 'normal' so that Japanese 禁則処理 works as expected regardless of CSS setting.".
Extension Screenshots
Download 禁則くん (Kinsoku-kun) Extension CRX File
Download 禁則くん (Kinsoku-kun) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | gleldhdjhkkmfpoogdhelhmjpahlibhi |
| Official URL | https://chromewebstore.google.com/detail/empty-title/gleldhdjhkkmfpoogdhelhmjpahlibhi |
| Description | Force to set 'word-break' to 'normal' so that Japanese 禁則処理 works as expected regardless of CSS setting. |
| File Size | 26.46 KB |
| Installation Count | 155 |
| Current Version | 3.2.2 |
| Last Updated | 2012-10-18 |
| Publish Date | 2012-10-18 |
| Rating | 5.00/5 Total 7 Ratings |
| Developer | Taka Tei |
| Payment Type | free |
| Supported Languages | |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u7981\u5247\u304f\u3093 (Kinsoku-kun) ",
"version": "3.2.2",
"manifest_version": 2,
"description": "Force to set 'word-break' to 'normal' so that Japanese \u7981\u5247\u51e6\u7406 works as expected regardless of CSS setting.",
"content_scripts": [
{
"css": [
"nowordbreak.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |