Sessions
Easiest way to save active tabs as bookmarks.
Vad är Sessions?
Sessions är en Chrome-tillägg utvecklad av Rishi Raj, och dess huvudfunktion är "Easiest way to save active tabs as bookmarks.".
Tilläggsskärmbilder
Ladda ner Sessions-förlängningens CRX-fil
Ladda ner Sessions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Sessions |
ID | cghfjjildgodiekbjbibnlgoccaafdko |
Officiell webbadress | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
Beskrivning | Easiest way to save active tabs as bookmarks. |
Filstorlek | 18.48 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-05-08 |
Publiceringsdatum | 2017-05-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Rishi Raj |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://rishi.im/sessions-chrome |
Stödda Språk | 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" } } |