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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AKIRA-MIYAKE และคุณลักษณะหลักของมันคือ "This extension helps copy and paste by copying repeating elements on a web page together"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConCat - Help copy and paste on web pages

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}