Select and copy all
Select all the web page contents and copy. 露天拍賣的好幫手。
Select and copy allคืออะไร?
Select and copy all เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michael และคุณลักษณะหลักของมันคือ "Select all the web page contents and copy. 露天拍賣的好幫手。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Select and copy all
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |