Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Fullscreenrrr - full webpage screenshot क्या है?
Fullscreenrrr - full webpage screenshot Danny Lazarow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture entire page from top to the bottom entirely.. at once"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fullscreenrrr - full webpage screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take a screen shoot on entire page with one click - Up to 50% faster than other extensions, - After Screenshoot completion - images are saved directly on Downloads folder - Shows in percents the current progress - You can hear during the capture process, capture feedback with camera analog click sound - Options page (quality of the image, disable capture sound, download/open in new tab after capture)
एक्सटेंशन की मूल जानकारी
नाम | Fullscreenrrr - full webpage screenshot |
ID | ihaobgceoogckalioenpheioedgjaahk |
आधिकारिक URL | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
विवरण | Capture entire page from top to the bottom entirely.. at once |
फ़ाइल का आकार | 245 KB |
स्थापना संख्या | 1,967 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2015-04-29 |
प्रकाशन तिथि | 2015-04-29 |
रेटिंग | 3.45/5 कुल 33 रेटिंग्स |
डेवलपर | Danny Lazarow |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/fullscreenrrr |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreenrrr - full webpage screenshot", "version": "1.0.5", "manifest_version": 2, "description": "Capture entire page from top to the bottom entirely.. at once", "icons": { "48": "icons\/icon96.png", "128": "icons\/icon256.png" }, "default_locale": "en", "background": { "scripts": [ "js\/underscore.js", "src\/bg\/bgCommunicator.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/content\/popup.html" }, "options_page": "src\/content\/options.html", "web_accessible_resources": [ "icons\/bggrad.jpg", "js\/underscore.js", "src\/content\/fontello.css", "src\/font\/fontello.svg", "src\/font\/fontello.eot", "src\/font\/fontello.ttf", "src\/font\/fontello.woff", "audio\/click.mp3" ] } |