Backup and Restore Tabs
Backup all opened urls, and restore them next time.
Qu'est-ce que Backup and Restore Tabs ?
Backup and Restore Tabs est une extension Chrome développée par TheLostRiver, et sa fonction principale est "Backup all opened urls, and restore them next time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Backup and Restore Tabs
Téléchargez les fichiers d'extension Backup and Restore 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
This extension software helps you backup all your opened tabs, and restore them at any time you need. This extension software will also record last closed window, and all windows and tabs that not closed normally.
Informations de Base sur l'Extension
Nom | Backup and Restore Tabs |
ID | clcofnmpilgeamkhcngjhkgdniidpnhn |
URL Officiel | https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn |
Description | Backup all opened urls, and restore them next time. |
Taille du Fichier | 81.16 KB |
Nombre d'Installations | 666 |
Version Actuelle | 1.1.0.4 |
Dernière Mise à Jour | 2014-10-03 |
Date de Publication | 2014-10-03 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | TheLostRiver |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backup and Restore Tabs", "description": "Backup all opened urls, and restore them next time.", "version": "1.1.0.4", "manifest_version": 2, "icons": { "128": "img\/logo.128.png", "48": "img\/logo.48.png", "16": "img\/logo.16.png" }, "browser_action": { "default_icon": "img\/logo.48.png", "default_title": "backup and restore tabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bkgd\/Storage.js", "bkgd\/WindowTabUtils.js", "bkgd\/Section.js", "bkgd\/SavedWindowsSection.js", "bkgd\/LastClosedWindowTabsSection.js", "bkgd\/NotClosedWindowsSection.js", "bkgd\/Background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |