Tab Archiver
This extension archives tabs!
Vad är Tab Archiver?
Tab Archiver är en Chrome-tillägg utvecklad av Serdar Kuzucu, och dess huvudfunktion är "This extension archives tabs!".
Tilläggsskärmbilder
Ladda ner Tab Archiver-förlängningens CRX-fil
Ladda ner Tab Archiver-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 your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click! Grundläggande Information om Tillägg
| Namn | |
| ID | ofnhceaedgdmdceeokcadkkndfpclepb |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb |
| Beskrivning | This extension archives tabs! |
| Filstorlek | 90.24 KB |
| Antal Installationer | 406 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2015-01-07 |
| Publiceringsdatum | 2015-01-07 |
| Betyg | 4.31/5 Totalt 13 Betyg |
| Utvecklare | Serdar Kuzucu |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Archiver",
"short_name": "Tab Archiver",
"description": "This extension archives tabs!",
"version": "1.1",
"author": "Serdar Kuzucu",
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": "img\/logo_16.png",
"default_popup": "popup.html",
"default_title": "Tab Archiver"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"16": "img\/logo_16.png",
"48": "img\/logo_48.png",
"128": "img\/logo_128.png"
}
} | |