Sessions
Easiest way to save active tabs as bookmarks.
Co to jest Sessions?
Sessions to rozszerzenie Chrome opracowane przez Rishi Raj, a jego główną funkcją jest „Easiest way to save active tabs as bookmarks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sessions
Pobierz pliki rozszerzeń Sessions 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
Sessions is a light-weight Chrome extension which simply saves all your active tabs in a Chrome window as bookmarks, organized in a timestamped folder. All your sessions, saved with a click.
To see the saved items, go to your Bookmark Manager and find the timestamped folder starting with "Session saved on ..." in the Other Bookmarks option. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cghfjjildgodiekbjbibnlgoccaafdko |
| Oficjalny URL | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
| Opis | Easiest way to save active tabs as bookmarks. |
| Rozmiar pliku | 18.48 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-05-08 |
| Data Publikacji | 2017-05-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Rishi Raj |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://rishi.im/sessions-chrome |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sessions",
"description": "Easiest way to save active tabs as bookmarks.",
"version": "1.0",
"author": "Rishi Raj",
"homepage_url": "http:\/\/rishi.im\/sessions-chrome-extension\/",
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"background": {
"persistent": false,
"scripts": [
"sessions.js"
]
},
"permissions": [
"tabs",
"background",
"bookmarks"
],
"browser_action": {
"default_title": "Save the session as Bookmarks",
"default_icon": "icon.png"
}
} | |