All Tabs Reloader
To reload all tabs, use the keyboard shortcut or toolbar button.
All Tabs Reloader란 무엇입니까?
All Tabs Reloader은(는) worldaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To reload all tabs, use the keyboard shortcut or toolbar button."입니다.
확장 프로그램 스크린샷
All Tabs Reloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"All Tabs Reloader" is a lightweight extension that allows you to reload all tabs with the click of a button. To reload all tabs in your browser, simply install this extension and select the - Reload All Tabs - button from the toolbar. All active tabs will be reloaded when you press the button. You can filter open tabs by state, including inactive, audible, disposable, or private. If you'd like to prevent a tab from reloading, go to the preferences page and check the box for the option. Please keep in mind that you can't prevent a tab based on its URL.
확장 프로그램 기본 정보
이름 | |
ID | cgmnahabbgcglgodggdoimncelmanegm |
공식 URL | https://chrome.google.com/webstore/detail/all-tabs-reloader/cgmnahabbgcglgodggdoimncelmanegm |
설명 | To reload all tabs, use the keyboard shortcut or toolbar button. |
파일 크기 | 25.66 KB |
설치 횟수 | 70 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-05-25 |
출시 날짜 | 2022-05-25 |
평점 | 4.91/5 총 47 개의 평점 |
개발자 | worldaddons.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worldaddons.com/all-tabs-reloader/ |
도움말 페이지 URL | https://worldaddons.com/contact/ |
개인정보 보호 정책 페이지 URL | https://worldaddons.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "All Tabs Reloader", "permissions": [ "storage" ], "short_name": "all-tabs-reloader", "homepage_url": "https:\/\/worldaddons.com\/all-tabs-reloader\/", "description": "To reload all tabs, use the keyboard shortcut or toolbar button.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "source\/options\/options.html" }, "commands": { "reload-action": { "description": "All Tabs Reloader", "suggested_key": { "mac": "Alt+Shift+C", "default": "Alt+Shift+C" } } }, "action": { "default_title": "All Tabs Reloader", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |