Bookmark
Saves scroll positions for websites.
Co to jest Bookmark?
Bookmark to rozszerzenie Chrome opracowane przez jspt256, a jego główną funkcją jest „Saves scroll positions for websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmark
Pobierz pliki rozszerzeń Bookmark 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
Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages. Features: - Click to save the state of the current tab (URL + scroll position) - Can save multiple scroll positions for a single URL - Apply saved scroll positions with a single click - Automatically filters out the tabs that are not for the current URL - Can view and use all saved tabs - Minimalist interface
Podstawowe informacje o rozszerzeniu
Nazwa | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
Oficjalny URL | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Opis | Saves scroll positions for websites. |
Rozmiar pliku | 152 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-02-27 |
Data Publikacji | 2019-02-27 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | jspt256 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jperrett256/Bookmark |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark", "version": "1.0", "description": "Saves scroll positions for websites.", "icons": { "48": "icons\/bookmark-48.png", "96": "icons\/bookmark-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/bookmark-32.png", "default_title": "Bookmark", "default_popup": "popup\/bookmark.html" } } |