Stocks House
Search multiple stock websites with a single click, save time.
Wat is Stocks House?
Stocks House is een Chrome-extensie ontwikkeld door Panda Network, en de belangrijkste functie is "Search multiple stock websites with a single click, save time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stocks House
Download Stocks House-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Stocks House is a Chrome Extension which makes it faster to search multiple stock photography / video / audio websites. When you search for some term, it opens a new window and searches your term simultaneously on multiple websites of your choice.
Basisinformatie over de Extensie
Naam | Stocks House |
ID | mpdkicmbmbljbgncgphonhgjebnapfop |
Officiële URL | https://chromewebstore.google.com/detail/stocks-house/mpdkicmbmbljbgncgphonhgjebnapfop |
Beschrijving | Search multiple stock websites with a single click, save time. |
Bestandsgrootte | 1.47 MB |
Aantal Installaties | 2,062 |
Huidige Versie | 0.1.11 |
Laatst Bijgewerkt | 2021-09-27 |
Publicatiedatum | 2020-02-04 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Panda Network |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://asteya.network/asteya-network-extensions-privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stocks House", "description": "Search multiple stock websites with a single click, save time.", "version": "0.1.11", "manifest_version": 2, "browser_action": { "default_title": "Stocks House", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/ https:\/\/*.twitter.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background\/webextension-polyfill.js", "background\/index.js" ] }, "web_accessible_resources": [ "index.html", "index.html\/*" ] } |