Tab Slideshow Plus

Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs.

Tab Slideshow Plus란 무엇입니까?

Tab Slideshow Plus은(는) addonland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs."입니다.

확장 프로그램 스크린샷

screenshot

Tab Slideshow Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tab Slideshow Plus allows you to cycle through open tabs in a particular browser window as though each tab were a slide in a slideshow or presentation.  

It's perfect for presenting information spread across multiple tabs or for advertising or information displays!

The functionality is simple: press the Tab Slideshow Plus icon in your extension tray, input the tab change interval length (the amount of time to spend on each tab), optionally specify a refresh interval for (to auto-refresh tabs after an amount of time) and press 'Begin'.  Tabs will then change automatically after the specified interval of time is up and will refresh if a refresh interval is provided.                    

확장 프로그램 기본 정보

이름 Tab Slideshow Plus Tab Slideshow Plus
ID iaehgcjemgeldahhdeafbdeglfbaecll
공식 URL https://chromewebstore.google.com/detail/tab-slideshow-plus/iaehgcjemgeldahhdeafbdeglfbaecll
설명 Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs.
파일 크기 83.18 KB
설치 횟수 815
현재 버전 1.8
최근 업데이트 2019-04-11
출시 날짜 2019-04-10
평점 3.23/5 총 13 개의 평점
개발자 addonland
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vQD5nAkCjZGs8F1Wwi6zWZ-dfsTWMZed-wu3bH7BiN_NsOkoDj6ZVjHn3A-8I18ZGFqAbN9w3vbunDz/pub
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/mootools-1.11.js",
            "js\/ts.background.js",
            "js\/ts.analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.64.png",
        "default_name": "Tab Slideshow Plus",
        "default_popup": "popup.html",
        "default_title": "Tab Slideshow Plus"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Create a slideshow based on the open tabs in your browser window with the option to periodically refresh tabs.",
    "icons": {
        "128": "images\/icon.128.png",
        "64": "images\/icon.64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfm\/toQk5\/QPu9EyBxQblbODvLpOvMuHYLzjpw1QT64TfP2MkuVveLgzgCMQF4sdkhuSw52Kp0KLt0Ajog2sqfbB9oYeiMZuVXdMvNzkTor8rDmtmmB8rcVzIIcWhWk75x\/n3jOjZHylijdl1ZYRg2D+WCVgfF4xHZaLVX2gYcqwIDAQAB",
    "manifest_version": 2,
    "name": "Tab Slideshow Plus",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}