Sessions
Easiest way to save active tabs as bookmarks.
Hvad er Sessions?
Sessions er en Chrome-udvidelse udviklet af Rishi Raj, og dens hovedfunktion er "Easiest way to save active tabs as bookmarks.".
Udvidelsesskærmbilleder
Download Sessions-udvidelses-CRX-fil
Download Sessions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Sessions |
ID | cghfjjildgodiekbjbibnlgoccaafdko |
Officiel URL | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
Beskrivelse | Easiest way to save active tabs as bookmarks. |
Filstørrelse | 18.48 KB |
Antal Installationer | 21 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-05-08 |
Udgivelsesdato | 2017-05-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Rishi Raj |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://rishi.im/sessions-chrome |
Understøttede Sprog | 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" } } |