ConCat - Help copy and paste on web pages

This extension helps copy and paste by copying repeating elements on a web page together

什麼是ConCat - Help copy and paste on web pages?

ConCat - Help copy and paste on web pages是由AKIRA-MIYAKE開發的Chrome擴展程式,該擴展的主要功能是“This extension helps copy and paste by copying repeating elements on a web page together”。

擴展截圖

screenshot

下載ConCat - Help copy and paste on web pages擴展crx文件

下載ConCat - Help copy and paste on web pages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        By using this extension from the context menu, you can easily copy the title of the item displayed in the list and its link to the spreadsheet.

If the expected elements are not selected, adding additional base elements with a click will present you with new repeating elements.

Also, this extension does not require an internet connection to work.
Therefore, you can use this extension on any web page, including intranets.


[Note] The current extension has the following restrictions:

+ Cannot keep non-existent elements as blanks.
+ Cannot be used for iframe elements.                    

擴展基本資訊

名稱 ConCat - Help copy and paste on web pages ConCat - Help copy and paste on web pages
ID pemfddepjgkelgbanochmpmhehmleopm
官方網址 https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm
簡介 This extension helps copy and paste by copying repeating elements on a web page together
檔案大小 390 KB
安裝次數 42
目前版本 1.0.0.1
更新時間 2020-02-12
上架時間 2020-02-12
開發者 AKIRA-MIYAKE
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConCat - Help copy and paste on web pages",
    "version": "1.0.0.1",
    "description": "This extension helps copy and paste by copying repeating elements on a web page together",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        "static\/css\/content.css"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    }
}