List Sources

Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V

List Sources là gì?

List Sources là một tiện ích mở rộng Chrome được phát triển bởi gyng, và tính năng chính của nó là "Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V".

Ả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 List Sources

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

                        Adds a button to list all sources for videos, images, and audio elements on a page.

Attempts to extract background images, scans for dynamically added media, and includes previews for sources.

Only works for HTML media (does not work for YouTube and sites that do not use basic HTML media).                    

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

Tên List Sources List Sources
ID oapgpbbeejfgmjejkjgnikaepmfbccpb
URL Chính Thức https://chromewebstore.google.com/detail/list-sources/oapgpbbeejfgmjejkjgnikaepmfbccpb
Mô tả Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V
Kích Thước Tệp 76.54 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2018-04-30
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gyng
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gyng/save-in
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.0.4",
    "default_locale": "en",
    "developer": {
        "name": "Ng Guoyou",
        "url": "https:\/\/github.com\/gyng\/list-sources"
    },
    "homepage_url": "https:\/\/github.com\/gyng\/list-sources",
    "background": {
        "scripts": [
            "src\/background\/index.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "downloads",
        "webRequest"
    ],
    "commands": {
        "toggle-active": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "Toggle source listing"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/ic_photo_library_black_48dp_2x.png",
            "32": "icons\/ic_photo_library_black_48dp_2x.png"
        },
        "default_title": "List sources (Ctrl+Shift+V)"
    },
    "icons": {
        "48": "icons\/ic_photo_library_black_48dp_1x.png",
        "96": "icons\/ic_photo_library_black_48dp_2x.png"
    }
}