Select and copy all
Select all the web page contents and copy. 露天拍賣的好幫手。
Select and copy all क्या है?
Select and copy all michael द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select all the web page contents and copy. 露天拍賣的好幫手。"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Select and copy all एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |