Garoon通知既読拡張

Garoonの通知を簡単に既読化できるクローム拡張アプリ。

What is Garoon通知既読拡張?

Garoon通知既読拡張 is a Chrome extension developed by oldergod, and its main feature is "Garoonの通知を簡単に既読化できるクローム拡張アプリ。".

Extension Screenshots

screenshot

Download Garoon通知既読拡張 Extension CRX File

Download Garoon通知既読拡張 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

                        Garoon:通知を簡単に既読にできる拡張                    

Extension Basic Information

Name Garoon通知既読拡張 Garoon通知既読拡張
ID cahajofjbnnlncdmepgnjlodflpippji
Official 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
Description Garoonの通知を簡単に既読化できるクローム拡張アプリ。
File Size 11.88 KB
Installation Count 96
Current Version 0.3.4
Last Updated 2017-12-20
Publish Date 2017-12-19
Rating 5.00/5 Total 3 Ratings
Developer oldergod
Email [email protected]
Payment Type free
Extension Website https://github.com/oldergod/garoon-mark-all-as-read
Help Page URL https://github.com/oldergod/garoon-mark-all-as-read/issues
Supported Languages 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"
    ]
}