Computub Screenshotter
The best way to screenshot your browser
Computub Screenshotter क्या है?
Computub Screenshotter https://computub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to screenshot your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Computub Screenshotter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer. Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.
एक्सटेंशन की मूल जानकारी
नाम | Computub Screenshotter |
ID | ihehfgffeinmbnahpbgecfopcjonejih |
आधिकारिक URL | https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih |
विवरण | The best way to screenshot your browser |
फ़ाइल का आकार | 55.69 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2020-07-10 |
प्रकाशन तिथि | 2020-04-02 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://computub.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://computub.com/apps |
गोपनीयता नीति पृष्ठ URL | https://bandev.uk/privacy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Computub Screenshotter", "version": "2.2", "description": "The best way to screenshot your browser", "offline_enabled": false, "homepage_url": "https:\/\/computub.com", "icons": { "16": "camera.png", "24": "camera.png", "32": "camera.png", "48": "camera.png", "128": "camera.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Screenshot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |