Apollo Phoenix

Enables Phoenix's look and feel on Salesforce Lightning Web Components

Apollo Phoenix là gì?

Apollo Phoenix là một tiện ích mở rộng Chrome được phát triển bởi Apollo Team, và tính năng chính của nó là "Enables Phoenix's look and feel on Salesforce Lightning Web Components".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apollo Phoenix

Tải xuống các tệp mở rộng Apollo Phoenix 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

                        Extension to test Apollo Gemini Project Phoenix styles applied to the Salesforce Lightning Design System components. This is only to be used for testing purposes. This is not an official Phoenix release.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apollo Phoenix Apollo Phoenix
ID ikhebgogldjgafilpincnfpmlfojlhgj
URL Chính Thức https://chromewebstore.google.com/detail/apollo-phoenix/ikhebgogldjgafilpincnfpmlfojlhgj
Mô tả Enables Phoenix's look and feel on Salesforce Lightning Web Components
Kích Thước Tệp 3.69 MB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-11-23
Ngày Phát Hành 2020-10-14
Nhà Phát Triển Apollo Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apollo Phoenix",
    "version": "2.3.0",
    "default_locale": "en",
    "description": "Enables Phoenix's look and feel on Salesforce Lightning Web Components",
    "icons": {
        "16": ".\/images\/icons\/managementPage\/16.png",
        "32": ".\/images\/icons\/managementPage\/32.png",
        "48": ".\/images\/icons\/managementPage\/48.png",
        "128": ".\/images\/icons\/managementPage\/128.png"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_title": "__MSG_tooltip__",
        "default_icon": {
            "16": ".\/images\/icons\/toolbar\/16.png",
            "32": ".\/images\/icons\/toolbar\/32.png",
            "48": ".\/images\/icons\/toolbar\/48.png",
            "128": ".\/images\/icons\/toolbar\/128.png"
        }
    },
    "author": "Gemini Team",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "write-your-custom-css-text": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "mac": "Alt+Shift+U"
            },
            "description": "__MSG_writeYourCustomCssText__"
        },
        "toggle-apollo-phoenix": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "__MSG_commandToggle__"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+U",
                "mac": "Alt+U"
            },
            "description": "__MSG_commandOpen__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudfront.net\/*",
                "https:\/\/react.lightningdesignsystem.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/js\/contentScript.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudfront.net\/*",
                "https:\/\/react.lightningdesignsystem.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/supportingJS\/sass.sync.js"
            ],
            "all_frames": false
        }
    ],
    "options_page": "pages\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}