Unofficial SmugMug extension for Chrome
Extra features for SmugMug site owners
Unofficial SmugMug extension for Chromeとは何ですか?
Unofficial SmugMug extension for Chromeはhttps://sherlockphotography.orgによって開発されたChromeの拡張機能で、その主な機能は「Extra features for SmugMug site owners」です。
拡張機能のスクリーンショット
Unofficial SmugMug extension for Chrome拡張機能のCRXファイルをダウンロード
Unofficial SmugMug extension for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |