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
官方網址 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
電子郵箱 [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"
    ]
}