Unofficial SmugMug extension for Chrome
Extra features for SmugMug site owners
Qu'est-ce que Unofficial SmugMug extension for Chrome ?
Unofficial SmugMug extension for Chrome est une extension Chrome développée par https://sherlockphotography.org, et sa fonction principale est "Extra features for SmugMug site owners".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unofficial SmugMug extension for Chrome
Téléchargez les fichiers d'extension Unofficial SmugMug extension for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unofficial SmugMug extension for Chrome |
ID | acobflahofemoblocddilbgnokclnphd |
URL Officiel | https://chromewebstore.google.com/detail/unofficial-smugmug-extens/acobflahofemoblocddilbgnokclnphd |
Description | Extra features for SmugMug site owners |
Taille du Fichier | 7.72 MB |
Nombre d'Installations | 693 |
Version Actuelle | 0.4.11 |
Dernière Mise à Jour | 2023-02-22 |
Date de Publication | 2019-08-14 |
Évaluation | 4.90/5 Total 10 Évaluations |
Développeur | https://sherlockphotography.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
URL de la Page d'Aide | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
Langues Prises en Charge | 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" } |