Save Tabs
Save the active tab on 1-CLICK
Qu'est-ce que Save Tabs ?
Save Tabs est une extension Chrome développée par greatghoul, et sa fonction principale est "Save the active tab on 1-CLICK".
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
Chrome Extension to save active tab by 1-click. ## Normal Mode Open the extension popup and save. ## Fast Mode Hold Alt key and click the extension icon to save active tab without open the extension popup. ----- The extension is open source https://github.com/greatghoul/save-tabs/
Informations de Base sur l'Extension
Nom | Save Tabs |
ID | lmiaenpbgbbkgmknifplkfiaphkmjmen |
URL Officiel | https://chromewebstore.google.com/detail/save-tabs/lmiaenpbgbbkgmknifplkfiaphkmjmen |
Description | Save the active tab on 1-CLICK |
Taille du Fichier | 45.47 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-08-30 |
Date de Publication | 2019-08-26 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | greatghoul |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/greatghoul/save-tabs |
URL de la Page d'Aide | https://github.com/greatghoul/save-tabs/issues |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.0", "default_locale": "en", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_appTooltip__" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |