Magic tabs
Extension which help you to manage tabs and easly recover them
Qu'est-ce que Magic tabs ?
Magic tabs est une extension Chrome développée par Yorki, et sa fonction principale est "Extension which help you to manage tabs and easly recover them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic tabs
Téléchargez les fichiers d'extension Magic tabs 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
Magic tabs allow you to save tabs, label them and recover later!
Informations de Base sur l'Extension
Nom | |
ID | chliaibldakdhjaimgjpabheepadccfm |
URL Officiel | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
Description | Extension which help you to manage tabs and easly recover them |
Taille du Fichier | 649 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-12-16 |
Date de Publication | 2015-12-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Yorki |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |