CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
CJs Auto Refresh란 무엇입니까?
CJs Auto Refresh은(는) nextstate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto refresh the page for CJ because CJ is awesome!"입니다.
확장 프로그램 스크린샷
CJs Auto Refresh 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
확장 프로그램 기본 정보
이름 | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
공식 URL | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
설명 | Auto refresh the page for CJ because CJ is awesome! |
파일 크기 | 12.74 KB |
설치 횟수 | 118 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-03-24 |
출시 날짜 | 2019-03-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | nextstate |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |