Stokki
Load your favorite stocks sites, all at once, with a single Stock-Ticker submit
Was ist Stokki?
Stokki ist eine Chrome-Erweiterung, die von XYZET entwickelt wurde, und ihr Hauptmerkmal ist "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit".
Erweiterungsscreenshots
Stokki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stokki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will allow you to search for your stock-ticker in selected stock websites and searching engines, simultaneously.
Grundlegende Informationen zur Erweiterung
Name | Stokki |
ID | kbgdmjcjojfdephnmeoajnmfhaojghlb |
Offizielle URL | https://chromewebstore.google.com/detail/stokki/kbgdmjcjojfdephnmeoajnmfhaojghlb |
Beschreibung | Load your favorite stocks sites, all at once, with a single Stock-Ticker submit |
Dateigröße | 1023 KB |
Installationsanzahl | 159 |
Aktuelle Version | 1.7 |
Letztes Update | 2022-02-25 |
Veröffentlichungsdatum | 2022-02-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | XYZET |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.xyzet.me/stokki |
Hilfeseite URL | https://www.xyzet.me/stokki |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stokki", "description": "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit", "version": "1.7", "manifest_version": 3, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "fix.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon3.png", "icon16.png", "icon48.png", "icon128.png" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Stokki", "default_icon": "icon3.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |