Llama New Tab
A new llama with every new tab!
Qu'est-ce que Llama New Tab ?
Llama New Tab est une extension Chrome développée par mguida22, et sa fonction principale est "A new llama with every new tab!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Llama New Tab
Téléchargez les fichiers d'extension Llama New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Llama New Tab |
ID | agfkplcbndobnfafklmhjacgillflnpd |
URL Officiel | https://chromewebstore.google.com/detail/llama-new-tab/agfkplcbndobnfafklmhjacgillflnpd |
Description | A new llama with every new tab! |
Taille du Fichier | 237 KB |
Nombre d'Installations | 369 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-01-01 |
Date de Publication | 2019-01-01 |
Évaluation | 3.47/5 Total 32 Évaluations |
Développeur | mguida22 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mguida22/llamas-for-lea |
URL de la Page d'Aide | https://github.com/mguida22/llamas-for-lea/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Llama New Tab", "short_name": "LlamaNewTab", "description": "A new llama with every new tab!", "version": "1.2.0", "chrome_url_overrides": { "newtab": "llama.html" }, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "manifest_version": 2 } |