Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
Page Screen Capture क्या है?
Page Screen Capture Video Downloader & Useful Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Page Screen Capture can take a screenshot from webpages. Fast and simple!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots. HOW IT WORKS • Right-click on the current web page. • Click to 'Page Screen Capture' in the context menu. • Saving a JPG image to your hard disk.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
आधिकारिक URL | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
विवरण | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
फ़ाइल का आकार | 85.64 KB |
स्थापना संख्या | 1,456 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-01-19 |
प्रकाशन तिथि | 2018-05-17 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | Video Downloader & Useful Tools |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.smart-finder.net/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.1", "name": "Page Screen Capture", "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!", "background": { "scripts": [ "js\/jquery.js", "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "downloads" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |