Revolver - Tabs
Automatically rotate through open tabs. By Ben Hedrington
Revolver - Tabs란 무엇입니까?
Revolver - Tabs은(는) Ben Hedrington에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically rotate through open tabs. By Ben Hedrington"입니다.
확장 프로그램 스크린샷
Revolver - Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        A slideshow for the web.... Revolver - Tabs
Revolver - Tabs takes your current open tabs and rotates between each of them pausing for as many seconds as you like and continuing until you stop it. Revolver - Tabs can reload the tabs on each view or not if you choose. Optionally Revolver - Tabs can wait while you are active in your browser and only rotate when you are inactive.
** We'd like to thank Wayne Goyer for sharing some significant  and highly requested updates. The power of open source software! ** 
This was created for using Google Chrome full-screen to power unattended screens like kiosks or tv displays where rotating dynamic/live web content is needed.
Feel free to contact me if you have any questions...
Ben Hedrington
Twitter - @benhedrington
More Contact - http://buildcontext.com/blog/about
v0.1 - Initial Working Alpha
v0.2 - Updates from Fred Emmott - Rotation pauses if browser is being used, works on multiple windows.
v0.3 - Added more options, some bug fixes. Now with clearer icons when Tabs is running, waiting and stopped.
v0.5 - Updates from Aurimas Liutikas
v0.6 - With Automatic Start and updated Options page.
v0.7 - Significant updates from Wayne Goyer, advanced settings for each tab with highly requested features. 
If you can help add features go for it! The code is here: https://github.com/benhedrington/revolver-chrome-extensions                     확장 프로그램 기본 정보
| 이름 |  | 
| ID | dlknooajieciikpedpldejhhijacnbda | 
| 공식 URL | https://chromewebstore.google.com/detail/revolver-tabs/dlknooajieciikpedpldejhhijacnbda | 
| 설명 | Automatically rotate through open tabs. By Ben Hedrington | 
| 파일 크기 | 21.17 KB | 
| 설치 횟수 | 241,690 | 
| 현재 버전 | 0.71 | 
| 최근 업데이트 | 2016-06-13 | 
| 출시 날짜 | 2016-06-13 | 
| 평점 | 4.55/5 총 240 개의 평점 | 
| 개발자 | Ben Hedrington | 
| 이메일 | [email protected] | 
| 결제 유형 | free | 
| 확장 프로그램 웹 사이트 | http://www.buildcontext.com/ | 
| 지원되는 언어 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "revolver_t_19.png",
        "default_title": "Revolver - Tabs - Automatically rotate through open tabs."
    },
    "description": "Automatically rotate through open tabs. By Ben Hedrington",
    "icons": {
        "128": "revolver_t_128.png",
        "48": "revolver_t_48.png"
    },
    "name": "Revolver - Tabs",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "idle"
    ],
    "version": "0.71"
} | |