SlideShare Theater

Enter a distraction free content viewing experience on SlideShare.

SlideShare Theater là gì?

SlideShare Theater là một tiện ích mở rộng Chrome được phát triển bởi https://ss-theater.vishusingh.com, và tính năng chính của nó là "Enter a distraction free content viewing experience on SlideShare.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SlideShare Theater

Tải xuống các tệp mở rộng SlideShare Theater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SlideShare Theater SlideShare Theater
ID fgaccaeaghfdbdllmkckjgefbgkblnjb
URL Chính Thức https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb
Mô tả Enter a distraction free content viewing experience on SlideShare.
Kích Thước Tệp 73.49 KB
Số Lần Cài Đặt 1,381
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-19
Đánh Giá 4.38/5 Tổng số 32 Đánh Giá
Nhà Phát Triển https://ss-theater.vishusingh.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}