Unofficial SmugMug extension for Chrome
Extra features for SmugMug site owners
Wat is Unofficial SmugMug extension for Chrome?
Unofficial SmugMug extension for Chrome is een Chrome-extensie ontwikkeld door https://sherlockphotography.org, en de belangrijkste functie is "Extra features for SmugMug site owners".
Extensie Screenshots
Download het CRX-bestand van de extensie Unofficial SmugMug extension for Chrome
Download Unofficial SmugMug extension for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Unofficial SmugMug extension for Chrome |
ID | acobflahofemoblocddilbgnokclnphd |
Officiële URL | https://chromewebstore.google.com/detail/unofficial-smugmug-extens/acobflahofemoblocddilbgnokclnphd |
Beschrijving | Extra features for SmugMug site owners |
Bestandsgrootte | 7.72 MB |
Aantal Installaties | 693 |
Huidige Versie | 0.4.11 |
Laatst Bijgewerkt | 2023-02-22 |
Publicatiedatum | 2019-08-14 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://sherlockphotography.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
Help Pagina-URL | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
Ondersteunde Talen | 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" } |