Markfolder

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

What is Markfolder?

Markfolder is a Chrome extension developed by Markfolder, and its main feature is "Bookmark tweets, organise them in folders, find them easily.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Markfolder Extension CRX File

Download Markfolder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
Official URL https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Description Bookmark tweets, organise them in folders, find them easily.
File Size 81.33 KB
Installation Count 2,205
Current Version 1.0.2
Last Updated 2022-06-08
Publish Date 2020-09-03
Rating 4.80/5 Total 5 Ratings
Developer Markfolder
Email [email protected]
Payment Type free
Extension Website https://markfolder.com
Help Page URL https://markfolder.com/howto
Privacy Policy Page URL https://markfolder.com/pages/privacy
Supported Languages 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"
        ]
    }
}