Tab Stasher
Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Qu'est-ce que Tab Stasher ?
Tab Stasher est une extension Chrome développée par https://www.zenoven.com, et sa fonction principale est "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Stasher
Téléchargez les fichiers d'extension Tab Stasher 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
暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。
Informations de Base sur l'Extension
Nom | Tab Stasher |
ID | igbkiendclmannlppkbacbfnolhgoino |
URL Officiel | https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino |
Description | Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup |
Taille du Fichier | 67.76 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2016-12-13 |
Date de Publication | 2016-12-13 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | https://www.zenoven.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zenoven/tab-stash |
URL de la Page de Politique de Confidentialité | https://github.com/zenoven/privacy-policy/blob/main/README.md |
Langues Prises en Charge | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.3", "manifest_version": 2, "minimum_chrome_version": "16", "description": "__MSG_extDescription__", "default_locale": "zh_CN", "browser_action": { "default_icon": "images\/16.png", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "bookmarks" ], "background": { "scripts": [ "js\/background.bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |