Bookmark All My Tabs
Bookmark all tabs open in the current window.
Was ist Bookmark All My Tabs?
Bookmark All My Tabs ist eine Chrome-Erweiterung, die von Dan Caprine entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark all tabs open in the current window.".
Erweiterungsscreenshots
Bookmark All My Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark All My 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
Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window. This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.
Grundlegende Informationen zur Erweiterung
Name | Bookmark All My Tabs |
ID | denfaogdclkkmeogbnfmiohpkcogamdn |
Offizielle URL | https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn |
Beschreibung | Bookmark all tabs open in the current window. |
Dateigröße | 15.94 KB |
Installationsanzahl | 608 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-04-30 |
Veröffentlichungsdatum | 2014-04-30 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | Dan Caprine |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All My Tabs", "description": "Bookmark all tabs open in the current window.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "bookmarks", "tabs" ], "background": { "scripts": [ "bookmarkAllMyTabs.js" ] }, "browser_action": { "default_title": "Bookmark All My Tabs", "default_icon": "icon_48.png" } } |