Garoon通知既読拡張
Garoonの通知を簡単に既読化できるクローム拡張アプリ。
什么是Garoon通知既読拡張?
Garoon通知既読拡張是由oldergod开发的Chrome扩展程序,该扩展的主要功能是“Garoonの通知を簡単に既読化できるクローム拡張アプリ。”。
扩展截图
下载Garoon通知既読拡張扩展crx文件
下载Garoon通知既読拡張扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Garoon:通知を簡単に既読にできる拡張 扩展基本信息
| 名称 | |
| ID | cahajofjbnnlncdmepgnjlodflpippji |
| 官方URL | https://chromewebstore.google.com/detail/garoon%E9%80%9A%E7%9F%A5%E6%97%A2%E8%AA%AD%E6%8B%A1%E5%BC%B5/cahajofjbnnlncdmepgnjlodflpippji |
| 简介 | Garoonの通知を簡単に既読化できるクローム拡張アプリ。 |
| 文件大小 | 11.88 KB |
| 安装次数 | 96 |
| 当前版本 | 0.3.4 |
| 更新时间 | 2017-12-20 |
| 上架时间 | 2017-12-19 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | oldergod |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/oldergod/garoon-mark-all-as-read |
| 帮助页面URL | https://github.com/oldergod/garoon-mark-all-as-read/issues |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Garoon\u901a\u77e5\u65e2\u8aad\u62e1\u5f35",
"short_name": "GaroonMAAR",
"description": "Garoon\u306e\u901a\u77e5\u3092\u7c21\u5358\u306b\u65e2\u8aad\u5316\u3067\u304d\u308b\u30af\u30ed\u30fc\u30e0\u62e1\u5f35\u30a2\u30d7\u30ea\u3002",
"manifest_version": 2,
"version": "0.3.4",
"content_scripts": [
{
"matches": [
"https:\/\/*.cybozu.com\/g\/*"
],
"js": [
"scripts\/contentScript.js"
],
"css": [
"styles\/contentScript.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"assets\/ic_clear_18dp.png",
"assets\/ic_clear_all_18dp.png",
"assets\/akabei.png"
]
} | |