Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
Paste Lorem Ipsum... क्या है?
Paste Lorem Ipsum... https://daki.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click on a text field or textarea to insert the Lorem Ipsum text."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paste Lorem Ipsum... एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Right click on a text field or textarea to insert the Lorem Ipsum text.
एक्सटेंशन की मूल जानकारी
नाम | Paste Lorem Ipsum... |
ID | femdappdcngafbefbkfllghlghmfclld |
आधिकारिक URL | https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld |
विवरण | Right click on a text field or textarea to insert the Lorem Ipsum text. |
फ़ाइल का आकार | 15.86 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2020-10-13 |
प्रकाशन तिथि | 2020-10-13 |
डेवलपर | https://daki.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.3", "icons": { "128": "icon_256.png", "256": "icon_256.png" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.bundle.js" ] }, "commands": { "paste-lorem-ipsum": { "suggested_key": { "default": "Ctrl+L" }, "description": "__MSG_paste__" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'" } |