知末采集器

这个扩展程序可以让你方便地从任意网站上采集喜欢的图片或者网页截图到灵感网(znztv.com)上。这是灵感网官方(znztv.com)提供的扩展。

What is 知末采集器?

知末采集器 is a Chrome extension developed by dingziznzmo, and its main feature is "这个扩展程序可以让你方便地从任意网站上采集喜欢的图片或者网页截图到灵感网(znztv.com)上。这是灵感网官方(znztv.com)提供的扩展。".

Extension Screenshots

screenshot
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

                        知末采集器是知末官方出品的、专为室内设计师研发的灵感采集工具,可以实现单张或批量采集图片到知末图窗(znztv.com)账号下,方便用户在浏览网站时随时随地收集灵感,激发创意,亦有其他延展功能一站式满足设计师多场景下的需求。
有疑问可联系[email protected]

知末采集器的特色功能:
1. 一键采集图片(单张或批量),并收藏至知末图窗(znztv.com)
2. 截图采集(并可编辑),并收藏至知末图窗(znztv.com)
3. 拖拽采集图片,并收藏至知末图窗(znztv.com)
4. 以图识相似图,查找相近的图片
5. 以图识案例,为室内设计师查找设计案例
6. 以图识模型,为室内设计师查找相似模型                    

Extension Basic Information

Name 知末采集器 知末采集器
ID gfengniliaghnfpcclniogofelnejlid
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E6%9C%AB%E9%87%87%E9%9B%86%E5%99%A8/gfengniliaghnfpcclniogofelnejlid
Description 这个扩展程序可以让你方便地从任意网站上采集喜欢的图片或者网页截图到灵感网(znztv.com)上。这是灵感网官方(znztv.com)提供的扩展。
File Size 109 KB
Installation Count 378
Current Version 1.0.4
Last Updated 2021-04-14
Publish Date 2021-02-12
Rating 5.00/5 Total 1 Ratings
Developer dingziznzmo
Email [email protected]
Payment Type free
Extension Website https://pin.znztv.com/#/
Help Page URL https://pin.znztv.com/#/extensionH5
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u672b\u91c7\u96c6\u5668",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "\u8fd9\u4e2a\u6269\u5c55\u7a0b\u5e8f\u53ef\u4ee5\u8ba9\u4f60\u65b9\u4fbf\u5730\u4ece\u4efb\u610f\u7f51\u7ad9\u4e0a\u91c7\u96c6\u559c\u6b22\u7684\u56fe\u7247\u6216\u8005\u7f51\u9875\u622a\u56fe\u5230\u7075\u611f\u7f51(znztv.com)\u4e0a\u3002\u8fd9\u662f\u7075\u611f\u7f51\u5b98\u65b9(znztv.com)\u63d0\u4f9b\u7684\u6269\u5c55\u3002",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "preferences.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "\u7075\u611f\u7f51\u9875\u6536\u85cf\u5de5\u5177",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "*:\/\/znztv.com*",
                "*:\/\/*.znztv.com*",
                "http:\/\/local*",
                "http:\/\/127.0.0.1*",
                "https:\/\/graph.qq.com*",
                "https:\/\/*.znzmo.com*"
            ],
            "include_globs": [
                "*"
            ],
            "js": [
                "js\/lodash.js",
                "js\/script.js"
            ],
            "css": [
                "css\/content_scripts.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/page.js",
                "js\/shortcut.js",
                "js\/transmit.js"
            ],
            "css": [
                "css\/capture.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/isload.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/znztv.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        ""
    ],
    "minimum_chrome_version": "26"
}