Heroku Dyno Hacker
Keep your Heroku websites active as long as your browser is running.
Heroku Dyno Hacker란 무엇입니까?
Heroku Dyno Hacker은(는) jprince에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your Heroku websites active as long as your browser is running."입니다.
확장 프로그램 스크린샷
Heroku Dyno Hacker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you find it frustrating that your newly minted website hosted on Heroku takes 10 seconds to load up? Eliminate that time by keeping your website up and running at all times with the Heroku Dyno Hacker extension.
확장 프로그램 기본 정보
이름 | Heroku Dyno Hacker |
ID | okmfohpbfflfplanifgohajkooijjcka |
공식 URL | https://chromewebstore.google.com/detail/heroku-dyno-hacker/okmfohpbfflfplanifgohajkooijjcka |
설명 | Keep your Heroku websites active as long as your browser is running. |
파일 크기 | 34.29 KB |
설치 횟수 | 34 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-10-14 |
출시 날짜 | 2019-10-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | jprince |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heroku Dyno Hacker", "version": "1.3", "manifest_version": 2, "description": "Keep your Heroku websites active as long as your browser is running.", "icons": { "16": "images\/dynohacker-logo-16.png", "48": "images\/dynohacker-logo-48.png", "128": "images\/dynohacker-logo-128.png" }, "browser_action": { "default_icon": "images\/full-capsule-19.png", "default_popup": "popup.html", "default_title": "Security Popup" }, "background": { "scripts": [ "background.js" ] } } |