Webclipper

Clip images from the web and use them in your projects

Webclipperとは何ですか?

Webclipperはddiwebclipperによって開発されたChromeの拡張機能で、その主な機能は「Clip images from the web and use them in your projects」です。

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

screenshot

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

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

拡張機能の使用方法

                        Used to create a product at minimum or user can save Product or Invoice Line Item in a salesforce organisation a App is connected too. The Product image can be clipped from the web page, the Webclipper is on and can save as Product image.                    

拡張機能の基本情報

名前 Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
公式URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
説明 Clip images from the web and use them in your projects
ファイルサイズ 199 KB
インストール数 230
現在のバージョン 1.3
最終更新日 2023-12-05
公開日 2019-03-29
評価 3.00/5 合計 1 レビュー
開発者 ddiwebclipper
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://rainmaker.co.in/privacy-policy-2
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webclipper",
    "version": "1.3",
    "description": "Clip images from the web and use them in your projects",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "front.js",
                "sidebar.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab",
        "management"
    ],
    "manifest_version": 3
}