Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

Vad är Tabs Saver?

Tabs Saver är en Chrome-tillägg utvecklad av Hashim Puthiyakath, och dess huvudfunktion är "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Tabs Saver-förlängningens CRX-fil

Ladda ner Tabs 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

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

Grundläggande Information om Tillägg

Namn Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
Officiell webbadress https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
Beskrivning This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
Filstorlek 22.52 KB
Antal Installationer 191
Aktuell Version 1.2
Senast Uppdaterad 2021-03-08
Publiceringsdatum 2021-03-07
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Hashim Puthiyakath
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}