Markfolder

Bookmark tweets, organise them in folders, find them easily.

Cos'è Markfolder?

Markfolder è un'estensione di Chrome sviluppata da Markfolder, e la sua funzione principale è "Bookmark tweets, organise them in folders, find them easily.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Markfolder

Scarica i file di estensione Markfolder 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

                        Easily bookmark tweets, organise them with folders, and find them again quickly.                    

Informazioni di Base sull'Estensione

Nome Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
URL Ufficiale https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Descrizione Bookmark tweets, organise them in folders, find them easily.
Dimensione del File 81.33 KB
Conteggio Installazioni 2,205
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-06-08
Data di Pubblicazione 2020-09-03
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Markfolder
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://markfolder.com
URL della Pagina di Aiuto https://markfolder.com/howto
URL della Pagina della Politica sulla Privacy https://markfolder.com/pages/privacy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markfolder",
    "description": "Bookmark tweets, organise them in folders, find them easily.",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/markfolder16.png",
            "32": "images\/markfolder32.png",
            "48": "images\/markfolder48.png",
            "128": "images\/markfolder128.png"
        }
    },
    "icons": {
        "16": "images\/markfolder16.png",
        "32": "images\/markfolder32.png",
        "48": "images\/markfolder48.png",
        "128": "images\/markfolder128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/markfolder.com\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "Bookmark this tweet - Markfolder"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}