Unofficial SmugMug extension for Chrome

Extra features for SmugMug site owners

Unofficial SmugMug extension for Chrome क्या है?

Unofficial SmugMug extension for Chrome https://sherlockphotography.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra features for SmugMug site owners"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Unofficial SmugMug extension for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension adds an "SM" button to your toolbar. Click on the button when you're viewing your SmugMug page to show a menu of special features designed to help you administrate your site!

Features include:

- Add a PayPal shopping cart to your galleries
- Create a backup copy of your customisations
- Create a list of all of your folders & galleries in CSV and HTML format
- Create permalinks to your galleries
- Show badges on image thumbnails to show that they have been collected from other galleries
- Advanced bulk editing tool for image titles/captions/keywords

For more help and details, please check out my website linked from the "details" tab.                    

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

नाम Unofficial SmugMug extension for Chrome Unofficial SmugMug extension for Chrome
ID acobflahofemoblocddilbgnokclnphd
आधिकारिक URL https://chromewebstore.google.com/detail/unofficial-smugmug-extens/acobflahofemoblocddilbgnokclnphd
विवरण Extra features for SmugMug site owners
फ़ाइल का आकार 7.72 MB
स्थापना संख्या 693
वर्तमान संस्करण 0.4.11
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2019-08-14
रेटिंग 4.90/5 कुल 10 रेटिंग्स
डेवलपर https://sherlockphotography.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome
सहायता पृष्ठ URL https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unofficial SmugMug extension for Chrome",
    "description": "Extra features for SmugMug site owners",
    "version": "0.4.11",
    "author": "Nicholas Sherlock of Sherlock Photography",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.smugmug.com\/"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smugmug.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "96"
}