365看图

365看图是一款可以在浏览器上浏览页面图片,看图,查看图片信息和截图的小扩展,功能简洁实用,满足您在日常实用中的各种图片需求。

What is 365看图?

365看图 is a Chrome extension developed by llcchj2, and its main feature is "365看图是一款可以在浏览器上浏览页面图片,看图,查看图片信息和截图的小扩展,功能简洁实用,满足您在日常实用中的各种图片需求。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 365看图 Extension CRX File

Download 365看图 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

                        365看图是一款可以在浏览器上浏览页面图片,看图,查看图片信息和截图的小扩展。                    

Extension Basic Information

Name 365看图 365看图
ID ldhcmmofjajbalobdjgljiddibkljmgb
Official URL https://chromewebstore.google.com/detail/365%E7%9C%8B%E5%9B%BE/ldhcmmofjajbalobdjgljiddibkljmgb
Description 365看图是一款可以在浏览器上浏览页面图片,看图,查看图片信息和截图的小扩展,功能简洁实用,满足您在日常实用中的各种图片需求。
File Size 86.41 KB
Installation Count 9,989
Current Version 9.5.37
Last Updated 2023-09-02
Publish Date 2020-04-15
Rating 3.00/5 Total 2 Ratings
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": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "48": "images\/logo48.png",
            "64": "images\/logo64.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "pop.html",
        "default_title": "365\u770b\u56fe"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/lib.js",
                "js\/qr\/com\/qrcalculib.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "365\u770b\u56fe\u662f\u4e00\u6b3e\u53ef\u4ee5\u5728\u6d4f\u89c8\u5668\u4e0a\u6d4f\u89c8\u9875\u9762\u56fe\u7247\uff0c\u770b\u56fe\uff0c\u67e5\u770b\u56fe\u7247\u4fe1\u606f\u548c\u622a\u56fe\u7684\u5c0f\u6269\u5c55\uff0c\u529f\u80fd\u7b80\u6d01\u5b9e\u7528\uff0c\u6ee1\u8db3\u60a8\u5728\u65e5\u5e38\u5b9e\u7528\u4e2d\u7684\u5404\u79cd\u56fe\u7247\u9700\u6c42\u3002",
    "icons": {
        "128": "images\/logo128.png",
        "64": "images\/logo64.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 3,
    "name": "365\u770b\u56fe",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "declarativeNetRequest",
        "activeTab",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "9.5.37",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/jquery.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}