Save Tabs
Saves open tabs to the bookmarks for easy sync and for saving memory
Wat is Save Tabs?
Save Tabs is een Chrome-extensie ontwikkeld door NSD, en de belangrijkste functie is "Saves open tabs to the bookmarks for easy sync and for saving memory".
Extensie Screenshots
Download het CRX-bestand van de extensie Save Tabs
Download Save Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension saves open tabs to the bookmarks for easy sync and for saving memory Basisinformatie over de Extensie
| Naam | |
| ID | jnnkhocfnekiikbiilndmhoamjfhgbog |
| Officiële URL | https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog |
| Beschrijving | Saves open tabs to the bookmarks for easy sync and for saving memory |
| Bestandsgrootte | 7.11 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2015-11-23 |
| Publicatiedatum | 2015-11-23 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | NSD |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |