Bookmark All
Bookmark all tabs to a temp folder.
Co to jest Bookmark All?
Bookmark All to rozszerzenie Chrome opracowane przez jchuai, a jego główną funkcją jest „Bookmark all tabs to a temp folder.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmark All
Pobierz pliki rozszerzeń Bookmark All 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
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data.
Version 1.1:
Add new feature to allow user enter the folder name.
If no name provided, the tabs would save into one folder named with current date. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
| Oficjalny URL | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
| Opis | Bookmark all tabs to a temp folder. |
| Rozmiar pliku | 316 KB |
| Liczba instalacji | 158 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2015-07-29 |
| Data Publikacji | 2015-07-28 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | jchuai |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark All",
"version": "1.1",
"description": "Bookmark all tabs to a temp folder.",
"icons": {
"16": "bookmark48.png",
"48": "bookmark48.png",
"128": "bookmark128.png"
},
"browser_action": {
"default_title": "Bookmark All Tabs",
"default_popup": "popup.html"
},
"permissions": [
"bookmarks",
"tabs"
]
} | |