Component Finder - Adobe Classic

A tool to help identify which Adobe Classic component has been used on the page

Component Finder - Adobe Classic là gì?

Component Finder - Adobe Classic là một tiện ích mở rộng Chrome được phát triển bởi campedelliluiz, và tính năng chính của nó là "A tool to help identify which Adobe Classic component has been used on the page".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Component Finder - Adobe Classic

Tải xuống các tệp mở rộng Component Finder - Adobe Classic 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 is a very simple tool to help any people who work with Adobe Classic websites, to identify which component has been used.

Any questions, bug or request please send me an email.                    

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

Tên Component Finder - Adobe Classic Component Finder - Adobe Classic
ID fhckfdiecmmangileeccdaphbbjdijao
URL Chính Thức https://chromewebstore.google.com/detail/component-finder-adobe-cl/fhckfdiecmmangileeccdaphbbjdijao
Mô tả A tool to help identify which Adobe Classic component has been used on the page
Kích Thước Tệp 47.28 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-08-27
Ngày Phát Hành 2018-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển campedelliluiz
Email [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",
    "name": "Component Finder - Adobe Classic",
    "description": "A tool to help identify which Adobe Classic component has been used on the page",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "lupa.png"
    },
    "permissions": [
        "activeTab"
    ]
}