Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Fullwidth Image क्या है?
Fullwidth Image Anwar H. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fullwidth Image plugin makes your image fit to screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fullwidth Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.
एक्सटेंशन की मूल जानकारी
नाम | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
आधिकारिक URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
विवरण | Fullwidth Image plugin makes your image fit to screen. |
फ़ाइल का आकार | 8.67 KB |
स्थापना संख्या | 632 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-09-27 |
प्रकाशन तिथि | 2016-09-27 |
रेटिंग | 5.00/5 कुल 11 रेटिंग्स |
डेवलपर | Anwar H. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullwidth Image", "description": "Fullwidth Image plugin makes your image fit to screen.", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image", "permissions": [ "activeTab" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_title": "Fullwidth Image", "default_icon": "icon.png" } } |