DM - Tab Revolver

DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice

DM - Tab Revolver란 무엇입니까?

DM - Tab Revolver은(는) https://www.designmantic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DM - Tab Revolver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice. It’s highly customizable features will cater to your personal needs, allowing you to rotate the selected tabs while pausing for the amount of seconds, or even minutes, giving it the feel of a slideshow or a presentation. 

Features:
 
- DesignMantic – Advance Tab Revolver allows you to add and remove URLs of your choice. You may also choose to add a website from the list of current open tabs.

- You can either setup a standard pause time for all the tabs, or assign varying pause time for each tab.

- DesignMantic – Advance Tab Revolver also allows you to auto-refresh tabs during the cycle if you choose to apply reload option.

- Only Active when Idle feature allows the slideshow to auto-pause tabs while you are active in your browser and the cycle will only resume once you are inactive again.

- You can also save the settings of your choice for future use.                    

확장 프로그램 기본 정보

이름 DM - Tab Revolver DM - Tab Revolver
ID fpfccnfknmankeccdibflfjjpifpnfbe
공식 URL https://chromewebstore.google.com/detail/dm-tab-revolver/fpfccnfknmankeccdibflfjjpifpnfbe
설명 DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice
파일 크기 311 KB
설치 횟수 997
현재 버전 1.1
최근 업데이트 2016-05-09
출시 날짜 2016-05-09
평점 3.00/5 총 3 개의 평점
개발자 https://www.designmantic.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://www.designmantic.com/contact
개인정보 보호 정책 페이지 URL http://www.designmantic.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DM - Tab Revolver",
    "short_name": "Tab Revolver by DesignMantic",
    "description": "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice",
    "version": "1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/code.js"
        ]
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}