Markfolder

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

Wat is Markfolder?

Markfolder is een Chrome-extensie ontwikkeld door Markfolder, en de belangrijkste functie is "Bookmark tweets, organise them in folders, find them easily.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Markfolder

Download Markfolder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
Officiële URL https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Beschrijving Bookmark tweets, organise them in folders, find them easily.
Bestandsgrootte 81.33 KB
Aantal Installaties 2,205
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2020-09-03
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Markfolder
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://markfolder.com
Help Pagina-URL https://markfolder.com/howto
URL van de Privacybeleid Pagina https://markfolder.com/pages/privacy
Ondersteunde Talen 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"
        ]
    }
}