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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |