Bookmark All My Tabs
Bookmark all tabs open in the current window.
Co to jest Bookmark All My Tabs?
Bookmark All My Tabs to rozszerzenie Chrome opracowane przez Dan Caprine, a jego główną funkcją jest „Bookmark all tabs open in the current window.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmark All My Tabs
Pobierz pliki rozszerzeń Bookmark All My Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Bookmark All My Tabs |
ID | denfaogdclkkmeogbnfmiohpkcogamdn |
Oficjalny URL | https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn |
Opis | Bookmark all tabs open in the current window. |
Rozmiar pliku | 15.94 KB |
Liczba instalacji | 608 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-04-30 |
Data Publikacji | 2014-04-30 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Dan Caprine |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |