Compact Overcast

Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.

Compact Overcast란 무엇입니까?

Compact Overcast은(는) Charlotte Tan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Compact Overcast 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.                    

확장 프로그램 기본 정보

이름 Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
공식 URL https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
설명 Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
파일 크기 35.6 KB
설치 횟수 35
현재 버전 1.0
최근 업데이트 2016-10-30
출시 날짜 2016-10-30
평점 5.00/5 총 1 개의 평점
개발자 Charlotte Tan
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/charlottetan/compact-overcastfm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Overcast",
    "description": "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.",
    "version": "1.0",
    "author": "Charlotte Tan",
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/overcast.fm\/*"
            ],
            "exclude_matches": [
                "https:\/\/overcast.fm\/podcasts"
            ],
            "css": [
                "compactOvercast.css"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "compactOvercast.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}