MergeMarks

Merges all open tabs into one bookmark folder to be restored later.

Cos'è MergeMarks?

MergeMarks è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Merges all open tabs into one bookmark folder to be restored later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MergeMarks

Scarica i file di estensione MergeMarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Merges all open tabs into one bookmark folder to be restored later. Just like all other bookmarks, MergeMarks are synced and backed up by your browser (if enabled).

This is very similar to the great OneTab extension (https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall), with the difference that sessions saved with MergeMarks are synced and backed up with your browser bookmarks.                    

Informazioni di Base sull'Estensione

Nome MergeMarks MergeMarks
ID lleeahmmndengmhinhhhneicmjeinajg
URL Ufficiale https://chromewebstore.google.com/detail/mergemarks/lleeahmmndengmhinhhhneicmjeinajg
Descrizione Merges all open tabs into one bookmark folder to be restored later.
Dimensione del File 627 KB
Conteggio Installazioni 28
Versione Corrente 1.2
Ultimo Aggiornamento 2017-11-27
Data di Pubblicazione 2017-11-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://www.helgeholzmann.de
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MergeMarks",
    "version": "1.2",
    "description": "Merges all open tabs into one bookmark folder to be restored later.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "MergeMarks",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "history"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}