Tab Stamper
Put your Unique Stamp on new tabs!
Qu'est-ce que Tab Stamper ?
Tab Stamper est une extension Chrome développée par ethanlee006, et sa fonction principale est "Put your Unique Stamp on new tabs!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Stamper
Téléchargez les fichiers d'extension Tab Stamper 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
Collage the new tab page with your very own images and gifs!
Informations de Base sur l'Extension
Nom | |
ID | anonphjlppfjbgelpelbedigpapipbnf |
URL Officiel | https://chromewebstore.google.com/detail/tab-stamper/anonphjlppfjbgelpelbedigpapipbnf |
Description | Put your Unique Stamp on new tabs! |
Taille du Fichier | 18.74 KB |
Nombre d'Installations | 16 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2023-12-21 |
Date de Publication | 2023-09-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ethanlee006 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Stamper", "version": "3.0", "description": "Put your Unique Stamp on new tabs!", "permissions": [ "storage", "activeTab", "tabs" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |