Tab Saver
Save your tabs to use them later
Vad är Tab Saver?
Tab Saver är en Chrome-tillägg utvecklad av Make Your Life Better, och dess huvudfunktion är "Save your tabs to use them later".
Tilläggsskärmbilder
Ladda ner Tab Saver-förlängningens CRX-fil
Ladda ner Tab Saver-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
Tab Saver is an open source tool to save your tabs.
You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off!
You can use it with a basic popup.
Your data is not stored at anywhere but your computer.
It's pure, secure and useful.
You can contact me for bug reporting, feature demanding etc.
Code: https://github.com/i01000101/Chrome-Tab-Saver Grundläggande Information om Tillägg
| Namn | |
| ID | ebkmnfjbmmfeogbaokjedeigicecplje |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
| Beskrivning | Save your tabs to use them later |
| Filstorlek | 218 KB |
| Antal Installationer | 895 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-04-14 |
| Publiceringsdatum | 2021-04-13 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | Make Your Life Better |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Saver",
"version": "1.0.0",
"description": "Save your tabs to use them later",
"action": {
"default_icon": "icons\/boxIcon.png",
"default_popup": "popup.html",
"default_title": "Tab Saver"
},
"permissions": [
"tabs",
"tabGroups",
"storage",
"unlimitedStorage"
],
"icons": {
"512": "icons\/boxIcon.png"
}
} | |