Session Manager
Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
Vad är Session Manager?
Session Manager är en Chrome-tillägg utvecklad av https://teddy.io, och dess huvudfunktion är "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!".
Tilläggsskärmbilder
Ladda ner Session Manager-förlängningens CRX-fil
Ladda ner Session Manager-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
Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs.
Common uses include:
- Creating sessions for daily routines: pages you open in the morning, afternoon and evening.
- Grouping pages of common interest such as News, Financial and Social.
- Saving pages discovered during a research session that you'd like to revisit later. Grundläggande Information om Tillägg
| Namn | |
| ID | mghenlmbmjcpehccoangkdpagbcbkdpc |
| Officiell webbadress | https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc |
| Beskrivning | Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs! |
| Filstorlek | 475 KB |
| Antal Installationer | 78,015 |
| Aktuell Version | 3.5.0 |
| Senast Uppdaterad | 2016-10-14 |
| Publiceringsdatum | 2016-10-13 |
| Betyg | 4.00/5 Totalt 494 Betyg |
| Utvecklare | https://teddy.io |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Session Manager",
"version": "3.5.0",
"description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!",
"icons": {
"16": "img\/16.png",
"128": "img\/128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/19-1x.png",
"38": "img\/19-2x.png"
},
"default_title": "Session Manager",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/errors.js",
"js\/background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"offline_enabled": true,
"omnibox": {
"keyword": "session"
},
"options_page": "options.html",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [
"tabs"
]
} | |