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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps copy and paste by copying repeating elements on a web page together"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ConCat - Help copy and paste on web pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}