Weiva, search in style!
Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab.
Was ist Weiva, search in style!?
Weiva, search in style! ist eine Chrome-Erweiterung, die von https://weiva.io entwickelt wurde, und ihr Hauptmerkmal ist "Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab.".
Erweiterungsscreenshots
Weiva, search in style!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weiva, search in style!-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
Elegant. Simple. Useful. By clicking "Add to chrome", you accept and agree to installing the Weiva, Search In Style! Chrome extension and to setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. https://weiva.io/ https://weiva.io/terms https://weiva.io/privacy-policy
Grundlegende Informationen zur Erweiterung
Name | |
ID | oinplnimggijdhnaldikeoanbcdgcgkf |
Offizielle URL | https://chrome.google.com/webstore/detail/weiva-search-in-style/oinplnimggijdhnaldikeoanbcdgcgkf |
Beschreibung | Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab. |
Dateigröße | 32.74 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-10-31 |
Veröffentlichungsdatum | 2018-10-31 |
Bewertung | 4.77/5 Insgesamt 22 Bewertungen |
Entwickler | https://weiva.io |
Zahlungsart | free |
Erweiterungswebsite | https://weiva.io/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "version": "1.2", "author": "Weiva.io", "homepage_url": "https:\/\/weiva.io\/", "chrome_url_overrides": { "newtab": "new_tab.html" }, "icons": { "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "offline_enabled": false, "description": "Displays a beautiful random image when you open a new tab in your browser. You can also launch a web search directly from the tab.", "manifest_version": 2, "name": "Weiva, search in style!", "short_name": "Weiva", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "object-src 'self'; script-src 'sha256-kDVUo5CTmRhoXJObbpF4tbK7GbB7tUMRJQzPllkG38Q='" } |