List Sources
Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V
什么是List Sources?
List Sources是由gyng开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V”。
扩展截图
下载List Sources扩展crx文件
下载List Sources扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | List Sources |
ID | oapgpbbeejfgmjejkjgnikaepmfbccpb |
官方URL | https://chromewebstore.google.com/detail/list-sources/oapgpbbeejfgmjejkjgnikaepmfbccpb |
简介 | Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V |
文件大小 | 76.54 KB |
安装次数 | 108 |
当前版本 | 0.0.4 |
更新时间 | 2020-11-19 |
上架时间 | 2018-04-30 |
评分 | 4.00/5 共1次评分 |
开发者 | gyng |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gyng/save-in |
支持的语言 | 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": [ " |