Full Page Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Full Page Screenshot क्या है?
Full Page Screenshot arielsandersemail द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Page Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrape It ScreenCapture Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. Screenshot for Google Chrome captures entire websites and custom areas.
एक्सटेंशन की मूल जानकारी
नाम | Full Page Screenshot |
ID | piopmalckcaaoiikcafcncdjkkeogiej |
आधिकारिक URL | https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej |
विवरण | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
फ़ाइल का आकार | 299 KB |
स्थापना संख्या | 187 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2021-06-09 |
प्रकाशन तिथि | 2021-06-08 |
डेवलपर | arielsandersemail |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://scrapeit.cloud |
सहायता पृष्ठ URL | https://scrapeit.cloud/jv |
गोपनीयता नीति पृष्ठ URL | https://streamstore.net/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Page Screenshot", "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard", "version": "1.2.0", "minimum_chrome_version": "41", "offline_enabled": true, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Full Page Screenshot", "default_icon": { "19": "appicon_19x19.png", "38": "appicon_38x38.png" }, "default_popup": "main.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "downloads" ], "externally_connectable": { "matches": [ "https:\/\/*.conceptboard.com\/*" ] }, "background": { "scripts": [ "js\/backgroundPage.js", "js\/lib-util.js" ], "persistent": false } } |