Source Capture

Clip and save products from around the web to your Source project.

Source Captureとは何ですか?

Source Captureはhttps://tothesource.comによって開発されたChromeの拡張機能で、その主な機能は「Clip and save products from around the web to your Source project.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Source Capture拡張機能のCRXファイルをダウンロード

Source Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Source Capture is a chrome extension that works seamlessly with Source’s commercial building material platform, allowing you to add custom products and manufacturers to your project. From plumbing fixtures to bespoke wallpaper, save imagery and data from any product webpage to your Source project. Products added via Source Capture work seamlessly with our other catalog items, giving you the ultimate flexibility organized in one place. 

Fire up Source Capture on any product page and it’ll comb the data to auto-fill relevant product information. Use the eyedropper to quickly select additional product information. With the click of a button, save the product back to the Source project of your choice.

You asked for it, we delivered. Source Capture gives you the freedom to create a project pallet that’s as unique as you are. Go wild.                    

拡張機能の基本情報

名前 Source Capture Source Capture
ID mkealkclkbaddbmbdlogeoodekjgfccb
公式URL https://chromewebstore.google.com/detail/source-capture/mkealkclkbaddbmbdlogeoodekjgfccb
説明 Clip and save products from around the web to your Source project.
ファイルサイズ 90.67 KB
インストール数 113
現在のバージョン 1.0.3
最終更新日 2022-08-24
公開日 2021-11-01
評価 5.00/5 合計 1 レビュー
開発者 https://tothesource.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tothesource.com
ヘルプページのURL http://help.tothesource.com/en/
プライバシーポリシーページのURL https://tothesource.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Capture",
    "description": "Clip and save products from around the web to your Source project.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/auth.api.tothesource.com\/*",
        "https:\/\/clipper.api.tothesource.com\/*",
        "https:\/\/app.tothesource.com\/*"
    ],
    "icons": {
        "34": "icon-34.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}