Refreshy
Refresh your websites when you want and how you want! 100% Free!
Refreshy란 무엇입니까?
Refreshy은(는) dinobpublishing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh your websites when you want and how you want! 100% Free!"입니다.
확장 프로그램 스크린샷
Refreshy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to Refreshy! What does Refreshy do: ======================== - Can refresh current tab you are on (even if you change tabs!) - Can refresh specific tabs (pick 1, or many!). - Can refresh all tabs. - Can perform hard refreshes (to bypass cache). - You set the time you want it to refresh. - You can set a random refresh interval (so websites don't think you're a bot). Refreshy does all of this for you...absolutely 100% FREE! - No software locks. - No subscriptions. - Currently only accepting donations. I like to make tools to help people. I hope Refreshy is a tool that can help you! =)
확장 프로그램 기본 정보
이름 | Refreshy |
ID | lppedmgppdjcmcomnecmhclomnleknnh |
공식 URL | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
설명 | Refresh your websites when you want and how you want! 100% Free! |
파일 크기 | 1.64 MB |
설치 횟수 | 605 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-05-18 |
출시 날짜 | 2021-05-18 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | dinobpublishing |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refreshy", "description": "Refresh your websites when you want and how you want! 100% Free!", "version": "1.0.0", "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ] }, "icons": { "16": "assets\/refreshy16.png", "48": "assets\/refreshy48.png", "128": "assets\/refreshy128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |