screenie
A tiny extension that takes a full page screenshot in one click.
screenie क्या है?
screenie Arhey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tiny extension that takes a full page screenshot in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में screenie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- no scrolling - no stitching - no other fancy things It's just takes a screenshot of entire page in one click.
एक्सटेंशन की मूल जानकारी
नाम | screenie |
ID | cggiknngoincldfgpmlbpdclllbkibbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/screenie/cggiknngoincldfgpmlbpdclllbkibbc |
विवरण | A tiny extension that takes a full page screenshot in one click. |
फ़ाइल का आकार | 306 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2023-08-07 |
प्रकाशन तिथि | 2019-09-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Arhey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/freearhey/screenie |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "screenie", "version": "0.2.1", "manifest_version": 3, "description": "A tiny extension that takes a full page screenshot in one click.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "debugger", "downloads", "tabs" ], "action": { "default_icon": "icons\/icon32.png", "default_title": "Make screenshot" } } |