Save Tabs
Save your opened tabs as json or plain text
Vad är Save Tabs?
Save Tabs är en Chrome-tillägg utvecklad av robeeeert, och dess huvudfunktion är "Save your opened tabs as json or plain text".
Tilläggsskärmbilder
Ladda ner Save Tabs-förlängningens CRX-fil
Ladda ner Save Tabs-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
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.
Currently, it includes the following features:
- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name
Specials:
- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server Grundläggande Information om Tillägg
| Namn | |
| ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
| Officiell webbadress | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
| Beskrivning | Save your opened tabs as json or plain text |
| Filstorlek | 12.91 KB |
| Antal Installationer | 160 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2017-04-23 |
| Publiceringsdatum | 2017-04-23 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | robeeeert |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/robeeeert/chrome-save-tabs |
| Hjälpsida URL | https://github.com/robeeeert/chrome-save-tabs/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save Tabs",
"description": "Save your opened tabs as json or plain text",
"version": "0.2.0",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage"
]
} | |