Save Tabs
Saves open tabs to the bookmarks for easy sync and for saving memory
Qu'est-ce que Save Tabs ?
Save Tabs est une extension Chrome développée par NSD, et sa fonction principale est "Saves open tabs to the bookmarks for easy sync and for saving memory".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save Tabs
Téléchargez les fichiers d'extension Save 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 saves open tabs to the bookmarks for easy sync and for saving memory
Informations de Base sur l'Extension
Nom | Save Tabs |
ID | jnnkhocfnekiikbiilndmhoamjfhgbog |
URL Officiel | https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog |
Description | Saves open tabs to the bookmarks for easy sync and for saving memory |
Taille du Fichier | 7.11 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-11-23 |
Date de Publication | 2015-11-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | NSD |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Tabs", "version": "0.2", "description": "Saves open tabs to the bookmarks for easy sync and for saving memory", "permissions": [ "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Save Tabs", "default_icon": "icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |