Gmail Attachments-To-Top

Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%

Gmail Attachments-To-Top क्या है?

Gmail Attachments-To-Top https://www.jsabo.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Attachments-To-Top एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.                    

एक्सटेंशन की मूल जानकारी

नाम Gmail Attachments-To-Top Gmail Attachments-To-Top
ID mejlnmfjopkholenbkppcipminekbbeg
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg
विवरण Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
फ़ाइल का आकार 75 KB
स्थापना संख्या 25,490
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-11-04
प्रकाशन तिथि 2019-11-04
रेटिंग 2.41/5 कुल 29 रेटिंग्स
डेवलपर https://www.jsabo.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.jsabo.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Attachments-To-Top",
    "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.4.1.slim.js",
                "custom.js"
            ]
        }
    ]
}