Export links of all extensions

Export name and url of all installed extensions in Google Chrome

Export links of all extensions là gì?

Export links of all extensions là một tiện ích mở rộng Chrome được phát triển bởi evgeniyarbuz18921, và tính năng chính của nó là "Export name and url of all installed extensions in Google Chrome".

Ả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 Export links of all extensions

Tải xuống các tệp mở rộng Export links of all extensions 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

                        Export name and url of all installed extensions in Google Chrome

Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions                    

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

Tên Export links of all extensions Export links of all extensions
ID cmeckkgeamghjhkepejgjockldoblhcb
URL Chính Thức https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb
Mô tả Export name and url of all installed extensions in Google Chrome
Kích Thước Tệp 12.74 KB
Số Lần Cài Đặt 14,159
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-01-02
Ngày Phát Hành 2020-08-13
Đánh Giá 4.65/5 Tổng số 88 Đánh Giá
Nhà Phát Triển evgeniyarbuz18921
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gabrielbarros/export-all-extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export links of all extensions",
    "version": "1.7",
    "description": "Export name and url of all installed extensions in Google Chrome",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_icon": "img\/16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "management"
    ]
}