Print this frame
You can print only the selected frame in frameset HTML page.
Print this frame क्या है?
Print this frame リュウド株式会社 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can print only the selected frame in frameset HTML page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Print this frame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses . By selecting the menu item, you can print only the contents of the frame. This command does not reload the contents of the frame. You can also use this function for the contents received HTTP-POST.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhbgbbhbbembdpcfdfaimpefpknkdoaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf |
विवरण | You can print only the selected frame in frameset HTML page. |
फ़ाइल का आकार | 16.51 KB |
स्थापना संख्या | 29,337 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2022-10-12 |
प्रकाशन तिथि | 2019-07-04 |
रेटिंग | 4.27/5 कुल 11 रेटिंग्स |
डेवलपर | リュウド株式会社 |
ईमेल | android.dev@reudo.co.jp |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.3.1", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "activeTab", "scripting" ] } |