Switch Domain
This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects
Switch Domain là gì?
Switch Domain là một tiện ích mở rộng Chrome được phát triển bởi clanceyp, và tính năng chính của nó là "This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects".
Ả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 Switch Domain
Tải xuống các tệp mở rộng Switch Domain 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
Switch domain extension adds links to the page action menu. It uses simple regular expressions to enable you to match domains and replace sections of the URL. This extension was developed for use when on large projects with many servers and URLs. For example in AEM (formally Adobe CQ) you may want to jump from the current page to the same page in the Editor, CRXDE, on the Dispatcher, direct in Publisher or jump to the correct place AEM explorer in multiple stacks. For smaller projects I recommend jmhobbs's Domain Swap extension https://chrome.google.com/webstore/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Switch Domain |
ID | ocpldckjfkofbopolilicgjopippfmbc |
URL Chính Thức | https://chromewebstore.google.com/detail/switch-domain/ocpldckjfkofbopolilicgjopippfmbc |
Mô tả | This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2020-02-20 |
Ngày Phát Hành | 2020-02-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | clanceyp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.0", "manifest_version": 2, "name": "Switch Domain", "short_name": "Switch Domain", "description": "This extension adds a page action menu to switch domains for Adobe AEM\/CQ and other large projects", "homepage_url": "https:\/\/github.com\/clanceyp\/chrome-extension-domain-switcher", "permissions": [ "activeTab" ], "options_page": "options\/index.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "domainSwitcher.js", "background.js", "options\/js\/manifest.js", "options\/js\/vendor\/underscore.js", "options\/js\/vendor\/zepto.js", "options\/js\/background.js" ] }, "icons": { "48": "\/lib\/icon\/swap.png" }, "browser_action": { "default_icon": "\/lib\/icon\/swap.png", "default_title": "Switch Domain", "default_popup": "popup.html" } } |