ZoomEd

Zoom in on any part of a webpage.

ZoomEd란 무엇입니까?

ZoomEd은(는) Mr. Teachnology Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoom in on any part of a webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ZoomEd 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ZoomEd 
by Mr. Teachnology / Jay Murphy

ZoomEd allows the user to Zoom in on any part of a webpage.  

Adjust the zoom magnification to your desired strength and lens size.  

Read and view images with more clarity than ever before.  Enhance your focus and bring your viewing content up close and personal.                    

확장 프로그램 기본 정보

이름 ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
공식 URL https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
설명 Zoom in on any part of a webpage.
파일 크기 161 KB
설치 횟수 363
현재 버전 1.3
최근 업데이트 2020-07-03
출시 날짜 2020-07-03
평점 3.93/5 총 14 개의 평점
개발자 Mr. Teachnology Inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.jaymurphy.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomEd",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Zoom in on any part of a webpage.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "ZoomEd"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "zoomed\/index.html"
    ]
}