Sessions
Easiest way to save active tabs as bookmarks.
Cos'è Sessions?
Sessions è un'estensione di Chrome sviluppata da Rishi Raj, e la sua funzione principale è "Easiest way to save active tabs as bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sessions
Scarica i file di estensione Sessions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cghfjjildgodiekbjbibnlgoccaafdko |
| URL Ufficiale | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
| Descrizione | Easiest way to save active tabs as bookmarks. |
| Dimensione del File | 18.48 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-05-08 |
| Data di Pubblicazione | 2017-05-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Rishi Raj |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://rishi.im/sessions-chrome |
| Lingue Supportate | 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"
}
} | |