Circle Tab
Creates an animated circle scene when you open a new tab.
Qu'est-ce que Circle Tab ?
Circle Tab est une extension Chrome développée par Jad, et sa fonction principale est "Creates an animated circle scene when you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Circle Tab
Téléchargez les fichiers d'extension Circle 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
Creates an animated circle scene when you open a new tab.
Informations de Base sur l'Extension
Nom | Circle Tab |
ID | gadgjmicahkdfefjllbgkanibaolohbb |
URL Officiel | https://chromewebstore.google.com/detail/circle-tab/gadgjmicahkdfefjllbgkanibaolohbb |
Description | Creates an animated circle scene when you open a new tab. |
Taille du Fichier | 631 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.0.24 |
Dernière Mise à Jour | 2019-05-24 |
Date de Publication | 2019-05-24 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Jad |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Circle Tab", "short_name": "Circle Tab", "version": "0.0.24", "manifest_version": 2, "browser_action": { "default_title": "Circle Tab", "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |