Sprucemarks
Automatically sort bookmarks.
Co to jest Sprucemarks?
Sprucemarks to rozszerzenie Chrome opracowane przez Karlheinz Graf, a jego główną funkcją jest „Automatically sort bookmarks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sprucemarks
Pobierz pliki rozszerzeń Sprucemarks 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
Automatically sort bookmarks by title, date, or URL.
• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Each area (and sub folders) can have their own sort order, or no order.
• Group folders together or have them sorted alongside bookmarks.
• Save your options once and have your bookmarks sorted now and automatically into the future. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ajhenjdmeogjccfnbemhfgoocnlboadl |
| Oficjalny URL | https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl |
| Opis | Automatically sort bookmarks. |
| Rozmiar pliku | 144 KB |
| Liczba instalacji | 152 |
| Aktualna Wersja | 2019.10.15.0 |
| Ostatnia Aktualizacja | 2023-07-25 |
| Data Publikacji | 2020-03-08 |
| Ocena | 4.50/5 Łącznie 6 Oceny |
| Deweloper | Karlheinz Graf |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sprucemarks",
"short_name": "Sprucemarks",
"description": "Automatically sort bookmarks.",
"background": {
"page": "background.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "55",
"options_page": "options.html",
"permissions": [
"bookmarks",
"storage"
],
"version": "2019.10.15.0"
} | |