Sessions
Easiest way to save active tabs as bookmarks.
Apa itu Sessions?
Sessions adalah ekstensi Chrome yang dikembangkan oleh Rishi Raj, dan fitur utamanya adalah "Easiest way to save active tabs as bookmarks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sessions
Unduh file ekstensi Sessions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Sessions |
ID | cghfjjildgodiekbjbibnlgoccaafdko |
URL Resmi | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
Deskripsi | Easiest way to save active tabs as bookmarks. |
Ukuran File | 18.48 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-05-08 |
Tanggal Publikasi | 2017-05-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Rishi Raj |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://rishi.im/sessions-chrome |
Bahasa yang Didukung | 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" } } |