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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } } |