Copy Image URL

Copy image source URLs from Google image search

什麼是Copy Image URL?

Copy Image URL是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Copy image source URLs from Google image search”。

擴展截圖

screenshot

下載Copy Image URL擴展crx文件

下載Copy Image URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to copy an image source URL from the Google image search results                    

擴展基本資訊

名稱 Copy Image URL Copy Image URL
ID okellkdngnddldceghgglinloadinfgg
官方網址 https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg
簡介 Copy image source URLs from Google image search
檔案大小 39.65 KB
安裝次數 1,468
目前版本 1.2
更新時間 2020-04-27
上架時間 2020-04-27
評分 5.00/5 共 4 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/hooblei/cisu
說明頁面URL https://github.com/hooblei/cisu
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Image URL",
    "version": "1.2",
    "description": "Copy image source URLs from Google image search",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "cisu.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}