Focus Image Viewer | 专注看图

A user-friendly image viewer. 一个美观易用的看图界面,帮助你专注于网页中的图片。

Focus Image Viewer | 专注看图 क्या है?

Focus Image Viewer | 专注看图 Royce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A user-friendly image viewer. 一个美观易用的看图界面,帮助你专注于网页中的图片。"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focus Image Viewer | 专注看图 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        该扩展提供一个美观易用的看图界面,能够帮助你专注于网页中的图片,而不被其他东西分心。
This plugin provides a user-friendly image viewer and helps you to focus on the images in a web page without being distracted by other things.

该扩展特别适用于浏览图片较多的论坛,例如天涯论坛、蜂鸟论坛等。

功能:
+ 自动查找网页图片
+ 自动过滤超小图片 
+ 支持图片延迟加载
+ 支持键盘操作
+ 支持翻页(部分网站)
+ 多语言界面

Features:
+ Automatically find images in a web page;
+ Automatically filter out small images;
+ Support image lazy loading;
+ Support keyboard operation;
+ Support page turning (in some websites)
+ Multi-language user interface;

键盘:
F2: 打开/关闭
Esc:关闭
<-: 上一张
->: 下一张
CTRL+<-:上一页
CTRL+->:下一页

Keyboard:
F2:  Open/Close
Esc: Close
<-:  Previous Image
->:  Next Image
CTRL+<-: Previous Page
CTRL+->: Next Page                    

एक्सटेंशन की मूल जानकारी

नाम Focus Image Viewer | 专注看图 Focus Image Viewer | 专注看图
ID bidhfhcmmbkgcblpicmjdkoagiimgiao
आधिकारिक URL https://chrome.google.com/webstore/detail/focus-image-viewer-%E4%B8%93%E6%B3%A8%E7%9C%8B%E5%9B%BE/bidhfhcmmbkgcblpicmjdkoagiimgiao
विवरण A user-friendly image viewer. 一个美观易用的看图界面,帮助你专注于网页中的图片。
फ़ाइल का आकार 76.64 KB
स्थापना संख्या 785
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2014-03-30
प्रकाशन तिथि 2014-03-30
रेटिंग 4.83/5 कुल 12 रेटिंग्स
डेवलपर Royce
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.4",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/focus.manager.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery.js",
                "js\/jquery.scrollto.js",
                "js\/focus.event.js",
                "js\/focus.ui.js",
                "js\/focus.image.js"
            ],
            "css": [
                "css\/focus.css"
            ]
        }
    ]
}