Planty-Search
Planty-Search extension allows you to search directly from new tab.
Was ist Planty-Search?
Planty-Search ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "Planty-Search extension allows you to search directly from new tab.".
Erweiterungsscreenshots
Planty-Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Planty-Search-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
Planty-Search is an easy to use, space themed search new tab extension.
Planty-Search - Space background themed new tab that allows you to search and navigate easily to your favorite bookmarks.
For more information please visit: https://planty-search.com
Enjoy and please don't forget to leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the Planty-Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://planty-search.com/#terms_of_service privacy policy at https://planty-search.com/#privacy_policy.
The extension will update your new-tab search engine to be powered by Bing. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | plnjlfpbjnjhmjgjohcfbdmgacancdmg |
| Offizielle URL | https://chromewebstore.google.com/detail/planty-search/plnjlfpbjnjhmjgjohcfbdmgacancdmg |
| Beschreibung | Planty-Search extension allows you to search directly from new tab. |
| Dateigröße | 4.28 MB |
| Installationsanzahl | 23,396 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2022-10-02 |
| Veröffentlichungsdatum | 2022-08-29 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | admin |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://planty-search.com |
| Hilfeseite URL | https://planty-search.com/#contact |
| URL der Datenschutzrichtlinien-Seite | https://shareswishes.com/policy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Planty-Search",
"short_name": "Planty-Search",
"version": "1.0.6",
"description": "Planty-Search extension allows you to search directly from new tab.",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_icon": "icons\/128.png",
"default_title": "Planty-Search"
},
"permissions": [
"bookmarks"
]
} | |