Garoon通知既読拡張

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

Garoon通知既読拡張란 무엇입니까?

Garoon通知既読拡張은(는) oldergod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Garoonの通知を簡単に既読化できるクローム拡張アプリ。"입니다.

확장 프로그램 스크린샷

screenshot

Garoon通知既読拡張 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Garoon通知既読拡張 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"
    ]
}