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”。
扩展截图
下载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 |
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 } } |