List Sources
Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V
Vad är List Sources?
List Sources är en Chrome-tillägg utvecklad av gyng, och dess huvudfunktion är "Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V".
Tilläggsskärmbilder
Ladda ner List Sources-förlängningens CRX-fil
Ladda ner List Sources-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | List Sources |
ID | oapgpbbeejfgmjejkjgnikaepmfbccpb |
Officiell webbadress | https://chromewebstore.google.com/detail/list-sources/oapgpbbeejfgmjejkjgnikaepmfbccpb |
Beskrivning | Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V |
Filstorlek | 76.54 KB |
Antal Installationer | 108 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2020-11-19 |
Publiceringsdatum | 2018-04-30 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | gyng |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/gyng/save-in |
Stödda Språk | 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": [ " |