SlideShare Theater

Enter a distraction free content viewing experience on SlideShare.

SlideShare Theater란 무엇입니까?

SlideShare Theater은(는) https://ss-theater.vishusingh.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enter a distraction free content viewing experience on SlideShare."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SlideShare Theater 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.                    

확장 프로그램 기본 정보

이름 SlideShare Theater SlideShare Theater
ID fgaccaeaghfdbdllmkckjgefbgkblnjb
공식 URL https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb
설명 Enter a distraction free content viewing experience on SlideShare.
파일 크기 73.49 KB
설치 횟수 1,381
현재 버전 0.0.6
최근 업데이트 2017-05-20
출시 날짜 2017-05-19
평점 4.38/5 총 32 개의 평점
개발자 https://ss-theater.vishusingh.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SlideShare Theater",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Enter a distraction free content viewing experience on SlideShare.",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.slideshare.net\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css",
                "css\/animate.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19x19.png",
            "38": "images\/38x38.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "Start SlideShare Theater"
    },
    "web_accessible_resources": [
        "ss-theater.html",
        "images\/*.png"
    ],
    "commands": {
        "toggle-ss-theater": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle SS Theater"
        }
    }
}