Markfolder

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

Qu'est-ce que Markfolder ?

Markfolder est une extension Chrome développée par Markfolder, et sa fonction principale est "Bookmark tweets, organise them in folders, find them easily.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Markfolder

Téléchargez les fichiers d'extension Markfolder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
URL Officiel https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Description Bookmark tweets, organise them in folders, find them easily.
Taille du Fichier 81.33 KB
Nombre d'Installations 2,205
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-06-08
Date de Publication 2020-09-03
Évaluation 4.80/5 Total 5 Évaluations
Développeur Markfolder
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://markfolder.com
URL de la Page d'Aide https://markfolder.com/howto
URL de la Page de Politique de Confidentialité https://markfolder.com/pages/privacy
Langues Prises en Charge 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"
        ]
    }
}