Let me copy
修复知乎无法拷贝的问题
Let me copy क्या है?
Let me copy chenxsan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "修复知乎无法拷贝的问题"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Let me copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Let me copy |
ID | iminljodelcedhhoidinedbcfabpapfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp |
विवरण | 修复知乎无法拷贝的问题 |
फ़ाइल का आकार | 68.23 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2018-03-14 |
प्रकाशन तिथि | 2018-03-14 |
डेवलपर | chenxsan |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blog.zfanw.com |
सहायता पृष्ठ URL | https://github.com/chenxsan/let-me-copy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "https:\/\/www.zhihu.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.zhihu.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |