DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

什么是DesignSpec Web Clipper?

DesignSpec Web Clipper是由https://designspec.com开发的Chrome扩展程序,该扩展的主要功能是“Create and edit specs directly from any vendor webpage.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DesignSpec Web Clipper扩展crx文件

下载DesignSpec Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create and update your specifications directly from any vendor webpage, and upload directly to DesignSpec. Capture images, attributes, documents and pricing information in seconds! Eliminate manual entry of product information such as furniture and finishes for your design projects.                    

扩展基本信息

名称 DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
官方URL https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
简介 Create and edit specs directly from any vendor webpage.
文件大小 976 KB
安装次数 1,609
当前版本 1.1.5
更新时间 2022-12-08
上架时间 2021-08-12
评分 5.00/5 共2次评分
开发者 https://designspec.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.designspec.com/
隐私政策页面URL https://my.designspec.com/Home/PrivacyPolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DesignSpec Web Clipper",
    "description": "Create and edit specs directly from any vendor webpage.",
    "manifest_version": 3,
    "icons": {
        "16": "DesignSpec_logo_16.png",
        "32": "DesignSpec_logo_32.png",
        "48": "DesignSpec_logo_48.png",
        "128": "DesignSpec_logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "*.png",
                "content.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.designspec.com\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "extensionInstalled.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": [],
    "permissions": [
        "tabs",
        "webNavigation",
        "activeTab",
        "downloads",
        "downloads.open",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "",
        "file:\/\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.1.5"
}