Wecora

Capture images or links from any website to add to Wecora

Wecoraとは何ですか?

Wecoraはhttps://wecora.comによって開発されたChromeの拡張機能で、その主な機能は「Capture images or links from any website to add to Wecora」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Completely redesigned to make it easier to capture not only individual images but multiple images on a page to send to a project.  

To use, simply CLICK on the Wecora button in your toolbar.  All the images on the page will then appear in a grid for you to select.  If you want to select multiple at a time, just click the Select Multiple button in the top right.  Please note, when selecting multiple images you will not be able to enter individual item details, you'll need to do that later on Wecora.  If you select an individual image, you can enter full details.

Quick tip!  If you see a single image you want to capture, just RIGHT CLICK the image and select "Add to Wecora" to add that image and details to Wecora.                    

拡張機能の基本情報

名前 Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
公式URL https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
説明 Capture images or links from any website to add to Wecora
ファイルサイズ 115 KB
インストール数 1,278
現在のバージョン 2.12
最終更新日 2018-02-01
公開日 2018-02-01
評価 2.67/5 合計 3 レビュー
開発者 https://wecora.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wecora.com
ヘルプページのURL https://wecora.com/#contact
プライバシーポリシーページのURL https://wecora.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wecora",
    "version": "2.12",
    "description": "Capture images or links from any website to add to Wecora",
    "web_accessible_resources": [
        "add_to_wecora.png",
        "logo_16.png"
    ],
    "browser_action": {
        "default_icon": "logo_48.png",
        "default_title": "Wecora"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "get_image_details.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}