Smart Tab Saver
Smart Tab Saver, your smart tab manager
Qu'est-ce que Smart Tab Saver ?
Smart Tab Saver est une extension Chrome développée par https://www.smarttabsaver.com, et sa fonction principale est "Smart Tab Saver, your smart tab manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Tab Saver
Téléchargez les fichiers d'extension Smart Tab Saver 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
Be smart and save in memory and usability in Google Chrome. As we use the browser, with each tab we open, we make the system to reserve memory for that tab. It is usual, after a while, to end with a sort of chaos of tabs in the tab bar, having a lot of memory reserved for tabs that are not being used, this reduces memory for the system and with so many tabs, it is impossible to distinguis between tabs. Smart Tab Saver is here to solve that! Watching over those tabs for you. What exactly Smart Tab Saver does for you? Automatically saves any URL you go, just in case you close accidentally a tab (this temporal history saves URLs of the last three days, if you need more than three days, you always have the navigator native history). Smart Tab Saver automatically closes any tab that has not been accessed in a customizable time interval. This is the best not only to save memory, also to gain space in your tab bar, allowing a better experience because you only have the tabs you really are intersested in. You may be thinking perhaps if Smart Tab Saver allows to customize the closing action, the response is yes, you have these additional options to configure: - Disable tab content. This saves less memory than closing the tab but allows to still have the tab in the tab-bar. - Suspend the tab. This saves more memory than disabling the content option and also, does not close the tab. In this case tab is completelly disabled, not just content and it is Chrome/Edge that automatically re-enables the Tab once is selected from the tab-bar. - Do nothing. As the name says, Smart Tab Saver willl do nothing whit the Tab. Another interesting thing that Smart Tab Saver does is to automatically synchronize configuration and saved sessions.This makes you can install this extension in any computer because you will always have ready your configuration and saved sessions. There are other things that Smart Tab Saver offers: - Save a set of URLs (Tabs) with a name, to create a session. This is very useful to group similar URLs or work sessions. Sessions does not expire after three days, like history, so you will have always them available and if the synchronization is enabled, sessions are uploaded to SmartTabSaver server so you can have them in any computer with this extension installed. - Lock/Un-Lock pages. If you do not want a page or tab to be closed, no matter the number of tabs are opened, just "Lock" that tab! It is very simple, just right click on a page and select "Lock" from Smart Tab Saver menu. When you do not need anymore that page or tab, you can un-lock in the same way you locked it. Why Smart Tab Saver over other solutions? Because current solutions do not guarantee a clean tab-bar, saving in memory is not always all. Smart Tab Saver is the only one that besides having what others have, takes really care of you; in browser usability terms, you will never have more opened tabs than you should really need. Also because is based in navigator usage experience by users that have been using actual solutions that yes, offers what they say but do not fully fulfill user requirements. So, if you want an smart "all-in-one" Tab Saving improved extension to have more memory available, a clean tab-bar, and a better Chrome/Microsft Edge user experience, Smart Tab Saver is your extension.
Informations de Base sur l'Extension
Nom | Smart Tab Saver |
ID | ddgaamifhjnehgppihfdbbddfemfnmhn |
URL Officiel | https://chromewebstore.google.com/detail/smart-tab-saver/ddgaamifhjnehgppihfdbbddfemfnmhn |
Description | Smart Tab Saver, your smart tab manager |
Taille du Fichier | 936 KB |
Nombre d'Installations | 1,593 |
Version Actuelle | 1.6.4 |
Dernière Mise à Jour | 2023-07-16 |
Date de Publication | 2021-01-13 |
Évaluation | 3.63/5 Total 8 Évaluations |
Développeur | https://www.smarttabsaver.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.smarttabsaver.com |
URL de la Page d'Aide | https://www.smarttabsaver.com/#about |
URL de la Page de Politique de Confidentialité | https://javocsoft.es/privacypolicy |
Langues Prises en Charge | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionTitle__", "short_name": "__MSG_extensionTitle__", "description": "__MSG_extensionDescription__", "author": "JavocSoft S.L", "homepage_url": "https:\/\/www.smarttabsaver.com", "omnibox": { "keyword": "sts" }, "version": "24", "version_name": "1.6.4", "default_locale": "en", "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "windows": "Ctrl+Shift+Space", "mac": "Ctrl+Shift+Space", "chromeos": "Ctrl+Shift+Space", "linux": "Ctrl+Shift+Space" }, "global": false }, "save_all_and_close": { "suggested_key": { "default": "Ctrl+Delete", "windows": "Ctrl+Delete", "mac": "Ctrl+Delete", "chromeos": "Ctrl+Delete", "linux": "Ctrl+Delete" }, "global": false, "description": "Save all opened tabs in session and close them" } }, "web_accessible_resources": [ "images\/*", "icons\/*", "sounds\/*", "style\/*.css", "style\/font\/*", "script\/*.js", "templates\/*" ], "background": { "scripts": [ "script\/jquery-3.2.1.min.js", "script\/core.js", "script\/evpkdf.js", "script\/pbkdf2.js", "script\/cipher-core.js", "script\/enc-base64-min.js", "script\/enc-utf16-min.js", "script\/aes-min.js", "script\/sha1-min.js", "script\/jvc\/utils.js", "script\/jvc\/task.js", "script\/moment.min.js", "parameters.js", "script\/lz-string.js", "script\/jsonc.js", "script\/jvc\/utils.js", "background.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "contextMenus", "tabs", "alarms", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.javocsoft.es\/" ], "optional_permissions": [], "icons": { "16": "icons\/icon_16_16.png", "48": "icons\/icon_48_48.png", "128": "icons\/icon_128_128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon_16_16.png", "48": "icons\/icon_48_48.png", "128": "icons\/icon_128_128.png" }, "default_title": "__MSG_extensionDescription__" }, "externally_connectable": { "matches": [ "*:\/\/*.smarttabsaver.com\/*" ] } } |