Select and copy all
Select all the web page contents and copy. 露天拍賣的好幫手。
Select and copy allとは何ですか?
Select and copy allはmichaelによって開発されたChromeの拡張機能で、その主な機能は「Select all the web page contents and copy. 露天拍賣的好幫手。」です。
拡張機能のスクリーンショット
Select and copy all拡張機能のCRXファイルをダウンロード
Select and copy all拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One key to select all the web page contents and copy. 對於露天拍賣的大量賣家,可以很方便的檢視、整理訂單。 詳細操作方式可以參考這裡, https://www.youtube.com/watch?v=pQtxJs5cRqU
拡張機能の基本情報
名前 | |
ID | midhdlmhkhhbnolklpaaecmmghhoklji |
公式URL | https://chrome.google.com/webstore/detail/midhdlmhkhhbnolklpaaecmmghhoklji |
説明 | Select all the web page contents and copy. 露天拍賣的好幫手。 |
ファイルサイズ | 39.57 KB |
インストール数 | 102 |
現在のバージョン | 1.1 |
最終更新日 | 2016-08-03 |
公開日 | 2016-08-03 |
開発者 | michael |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Select and copy all", "short_name": "copyAll", "description": "Select all the web page contents and copy. \u9732\u5929\u62cd\u8ce3\u7684\u597d\u5e6b\u624b\u3002", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "commands": { "copyAll": { "suggested_key": { "default": "Ctrl+Shift+A" }, "description": "Select all and copy" }, "random": { "suggested_key": { "default": "Alt+Shift+L" }, "description": "Load a random link" } }, "options_page": "options.html", "permissions": [ "storage", "tabs" ] } |