List Sources
Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V
Hvad er List Sources?
List Sources er en Chrome-udvidelse udviklet af gyng, og dens hovedfunktion er "Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V".
Udvidelsesskærmbilleder
Download List Sources-udvidelses-CRX-fil
Download List Sources-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | List Sources |
ID | oapgpbbeejfgmjejkjgnikaepmfbccpb |
Officiel URL | https://chromewebstore.google.com/detail/list-sources/oapgpbbeejfgmjejkjgnikaepmfbccpb |
Beskrivelse | Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V |
Filstørrelse | 76.54 KB |
Antal Installationer | 108 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2020-11-19 |
Udgivelsesdato | 2018-04-30 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | gyng |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/gyng/save-in |
Understøttede Sprog | 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": [ " |