tuchongeter

图虫图片解析器

What is tuchongeter?

tuchongeter is a Chrome extension developed by http://www.1991th.com, and its main feature is "图虫图片解析器".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download tuchongeter Extension CRX File

Download tuchongeter 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

                        功能说明 1.0.7:
1、快速解析图虫(https://tuchong.com/)、画旅途(http://www.hualvtu.com/)的图片源,点击插件即可查看及存储操作
2、图片同步至 七牛云(http://www.qiniu.com/) 功能。注册可免费获得10G空间
3、所有网站新增在图片鼠标右键菜单:同步至七牛云功能
4、图片管理:图片列表、图片浏览器、图片删除、重命名、移动目录
5、目录管理:支持图片同步至不同目录、按目录查看图片列表
6、解析规则新增一条:解析特定分辨率以上(在目录管理中可设置,默认600*400)的图片
7、解决若干BUG:css样式冲突、图虫网改版BUG

其他说明
插件详细使用说明:http://1991th.com/echo/?p=243                    

Extension Basic Information

Name tuchongeter tuchongeter
ID polfeachddpenigjdoidbnbjdheighmd
Official URL https://chrome.google.com/webstore/detail/tuchongeter/polfeachddpenigjdoidbnbjdheighmd
Description 图虫图片解析器
File Size 345 KB
Installation Count 313
Current Version 1.0.7
Last Updated 2019-10-20
Publish Date 2019-10-19
Rating 4.67/5 Total 9 Ratings
Developer http://www.1991th.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://1991th.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tuchongeter",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "\u56fe\u866b\u56fe\u7247\u89e3\u6790\u5668",
    "icons": {
        "48": "logo_avatar.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/base64.js",
            "js\/httpclient.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/weui.min.css",
                "css\/jquery-weui.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-weui.js",
                "js\/tuchongeter.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "http:\/\/1991th.com\/*",
        "unlimitedStorage"
    ]
}