Save Tabs
Save the active tab on 1-CLICK
Was ist Save Tabs?
Save Tabs ist eine Chrome-Erweiterung, die von greatghoul entwickelt wurde, und ihr Hauptmerkmal ist "Save the active tab on 1-CLICK".
Erweiterungsscreenshots
Save Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lmiaenpbgbbkgmknifplkfiaphkmjmen |
| Offizielle URL | https://chromewebstore.google.com/detail/save-tabs/lmiaenpbgbbkgmknifplkfiaphkmjmen |
| Beschreibung | Save the active tab on 1-CLICK |
| Dateigröße | 45.47 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-08-30 |
| Veröffentlichungsdatum | 2019-08-26 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | greatghoul |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/greatghoul/save-tabs |
| Hilfeseite URL | https://github.com/greatghoul/save-tabs/issues |
| Unterstützte Sprachen | 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": [
" | |