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 | 
| Eメール | [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"
    ]
}  |  |