Markfolder

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

Vad är Markfolder?

Markfolder är en Chrome-tillägg utvecklad av Markfolder, och dess huvudfunktion är "Bookmark tweets, organise them in folders, find them easily.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Markfolder-förlängningens CRX-fil

Ladda ner Markfolder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
Officiell webbadress https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Beskrivning Bookmark tweets, organise them in folders, find them easily.
Filstorlek 81.33 KB
Antal Installationer 2,205
Aktuell Version 1.0.2
Senast Uppdaterad 2022-06-08
Publiceringsdatum 2020-09-03
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Markfolder
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://markfolder.com
Hjälpsida URL https://markfolder.com/howto
URL till Sekretesspolicy Sidan https://markfolder.com/pages/privacy
Stödda Språk 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"
        ]
    }
}