Immediate Shot
Immediate Shot is a Chrome Extension that takes screenshots quickly with one click.
Immediate Shot क्या है?
Immediate Shot Go Noji द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Immediate Shot is a Chrome Extension that takes screenshots quickly with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Immediate Shot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download screenshots with one click According to the situation, ・ Capture the full screen in perfect resolution -Capture the whole screen quickly anyway ・ Capture only the displayed area You can set the selection in advance and also control the file name to download. UPDATE(v0.1.0): Fixed a bug where active tabs were not being captured when multiple windows were open. UPDATE (v0.1.1): You can now set a config value to deal with the error that occurs when doing a fast capture in Chrome 92 or later. Added support for content that cannot be displayed without scrolling the page.
एक्सटेंशन की मूल जानकारी
नाम | Immediate Shot |
ID | lopfaoacjcbbcfhmjofbfgfmdllclhln |
आधिकारिक URL | https://chromewebstore.google.com/detail/immediate-shot/lopfaoacjcbbcfhmjofbfgfmdllclhln |
विवरण | Immediate Shot is a Chrome Extension that takes screenshots quickly with one click. |
फ़ाइल का आकार | 52.35 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2021-08-24 |
प्रकाशन तिथि | 2020-02-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Go Noji |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Go-Noji/Immediate-Shot |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Immediate Shot", "version": "0.1.1", "description": "__MSG_msg_desc__", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "js": [ "page.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": { "128": "128.png" } }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png" }, "permissions": [ "activeTab", "tabs", "storage", "background", "contextMenus", "downloads" ], "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |