Unofficial SmugMug extension for Chrome
Extra features for SmugMug site owners
Unofficial SmugMug extension for Chrome là gì?
Unofficial SmugMug extension for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://sherlockphotography.org, và tính năng chính của nó là "Extra features for SmugMug site owners".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unofficial SmugMug extension for Chrome
Tải xuống các tệp mở rộng Unofficial SmugMug extension for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unofficial SmugMug extension for Chrome |
ID | acobflahofemoblocddilbgnokclnphd |
URL Chính Thức | https://chromewebstore.google.com/detail/unofficial-smugmug-extens/acobflahofemoblocddilbgnokclnphd |
Mô tả | Extra features for SmugMug site owners |
Kích Thước Tệp | 7.72 MB |
Số Lần Cài Đặt | 693 |
Phiên Bản Hiện Tại | 0.4.11 |
Cập Nhật Lần Cuối | 2023-02-22 |
Ngày Phát Hành | 2019-08-14 |
Đánh Giá | 4.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://sherlockphotography.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
URL Trang Trợ Giúp | https://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" } |