Instant Page
instant.page Chrome Extension
Instant Page란 무엇입니까?
Instant Page은(는) cagdasdag81에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "instant.page Chrome Extension"입니다.
확장 프로그램 스크린샷
Instant Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a chrome extension for use instant.page for all websites. Before a user clicks on a link, they hover their mouse over that link. When a user has hovered for 65 ms there is one chance out of two that they will click on that link, so instant.page starts preloading at this moment, leaving on average over 300 ms for the page to preload. You can check detailed description on : http://instant.page
확장 프로그램 기본 정보
이름 | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
공식 URL | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
설명 | instant.page Chrome Extension |
파일 크기 | 7.56 KB |
설치 횟수 | 202 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-02-16 |
출시 날짜 | 2019-02-12 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | cagdasdag81 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Page", "version": "1.0", "manifest_version": 2, "author": "\u00c7a\u011fda\u015f Da\u011f", "description": "instant.page Chrome Extension", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |