Fix that page!
The extension helps out when Chrome for OS X has problems showing a page
Fix that page!란 무엇입니까?
Fix that page!은(는) Toxic Hamster Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension helps out when Chrome for OS X has problems showing a page"입니다.
확장 프로그램 스크린샷
Fix that page! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You might know the feeling. You are surfing the web on your Mac, in your fast and stable favorite browser, Google Chrome. Then, your newly opened tab's content seems to have frozen, or even worse, do not show at all! "Awww ma gaaad", you scream. "I wish I had a button to fix that page!". Here it is. (C) 2014 Toxic Hamster Software
확장 프로그램 기본 정보
이름 | Fix that page! |
ID | ngaffnnpfcigmkeggicpicemjihmalkb |
공식 URL | https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb |
설명 | The extension helps out when Chrome for OS X has problems showing a page |
파일 크기 | 14.1 KB |
설치 횟수 | 15 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-06-25 |
출시 날짜 | 2014-06-25 |
개발자 | Toxic Hamster Software |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix that page!", "description": "The extension helps out when Chrome for OS X has problems showing a page", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Fix that page!", "default_icon": "icon16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |