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 |
Eメール | [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 } } |