每天看图

每天看图是一款方便在浏览器上浏览页面图片,查看图片信息和下载图片。

What is 每天看图?

每天看图 is a Chrome extension developed by llcchj2, and its main feature is "每天看图是一款方便在浏览器上浏览页面图片,查看图片信息和下载图片。".

Extension Screenshots

screenshot
screenshot

Download 每天看图 Extension CRX File

Download 每天看图 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        每天看图是一款方便在浏览器上浏览页面图片,查看图片信息和下载图片,您可以设置过滤图片尺寸,更方便查看您喜欢的图片。                    

Extension Basic Information

Name 每天看图 每天看图
ID gacaaldeffnmknpklelhfgnieehleimh
Official URL https://chromewebstore.google.com/detail/%E6%AF%8F%E5%A4%A9%E7%9C%8B%E5%9B%BE/gacaaldeffnmknpklelhfgnieehleimh
Description 每天看图是一款方便在浏览器上浏览页面图片,查看图片信息和下载图片。
File Size 89.36 KB
Installation Count 58,849
Current Version 1.0.3
Last Updated 2023-03-11
Publish Date 2020-05-26
Developer llcchj2
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.kantu365.com/home/index/userLicense.html
Supported Languages zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/img32.png",
            "48": "img\/img48.png",
            "64": "img\/img64.png"
        },
        "default_popup": "pop.html",
        "default_title": "\u6bcf\u5929\u770b\u56fe"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/lib.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "\u6bcf\u5929\u770b\u56fe\u662f\u4e00\u6b3e\u65b9\u4fbf\u5728\u6d4f\u89c8\u5668\u4e0a\u6d4f\u89c8\u9875\u9762\u56fe\u7247\uff0c\u67e5\u770b\u56fe\u7247\u4fe1\u606f\u548c\u4e0b\u8f7d\u56fe\u7247\u3002",
    "icons": {
        "32": "img\/img32.png",
        "48": "img\/img48.png",
        "64": "img\/img64.png"
    },
    "manifest_version": 2,
    "name": "\u6bcf\u5929\u770b\u56fe",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "tabs",
        "downloads",
        "contextMenus"
    ],
    "version": "1.0.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/lib\/jquery.js"
    ]
}