ZoomOne (Simple and Intuitive Zoom)

Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…

ZoomOne (Simple and Intuitive Zoom)とは何ですか?

ZoomOne (Simple and Intuitive Zoom)はsuresh.falorによって開発されたChromeの拡張機能で、その主な機能は「Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…」です。

ZoomOne (Simple and Intuitive Zoom)拡張機能のCRXファイルをダウンロード

ZoomOne (Simple and Intuitive Zoom)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while browsing. ZoomOne (utilizes ZoomJS*) allows you to easily enlarge content on both regular and touch-enabled devices.
 
Instructions:
To zoom in on content simply double-click (or tap) on what you wish to enlarge.
Zoom out by another double click (tap) or simply hit escape. 

Notes:
- This extension may have unpredictable zoom on certain sites / content
- Small images are prone to loss of quality if zoomed in
- Certain behaviors (ex. jagged text) are due to the browser's rendering engine

As a student, this is my second extension and I would appreciate any feedback.

*Zoom.js library by Hakkim El Hattab, under MIT License                    

拡張機能の基本情報

名前 ZoomOne (Simple and Intuitive Zoom) ZoomOne (Simple and Intuitive Zoom)
ID haalkkjppmaobjedhndnnaeinhmaplna
公式URL https://chrome.google.com/webstore/detail/zoomone-simple-and-intuit/haalkkjppmaobjedhndnnaeinhmaplna
説明 Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
ファイルサイズ 43.52 KB
インストール数 126
現在のバージョン 0.1
最終更新日 2014-10-14
公開日 2014-10-14
評価 4.30/5 合計 10 レビュー
開発者 suresh.falor
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomOne (Simple and Intuitive Zoom)",
    "version": "0.1",
    "background": [],
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "zoom.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}