Sessions
Easiest way to save active tabs as bookmarks.
Wat is Sessions?
Sessions is een Chrome-extensie ontwikkeld door Rishi Raj, en de belangrijkste functie is "Easiest way to save active tabs as bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sessions
Download Sessions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cghfjjildgodiekbjbibnlgoccaafdko |
| Officiële URL | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
| Beschrijving | Easiest way to save active tabs as bookmarks. |
| Bestandsgrootte | 18.48 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-05-08 |
| Publicatiedatum | 2017-05-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Rishi Raj |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://rishi.im/sessions-chrome |
| Ondersteunde Talen | 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"
}
} | |