Markfolder

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

Что такое Markfolder?

Markfolder - это расширение Chrome, разработанное Markfolder, и его основная функция - "Bookmark tweets, organise them in folders, find them easily.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Markfolder

Скачайте файлы расширений Markfolder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
Официальный URL https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd
Описание Bookmark tweets, organise them in folders, find them easily.
Размер файла 81.33 KB
Количество установок 2,205
Текущая Версия 1.0.2
Последнее Обновление 2022-06-08
Дата публикации 2020-09-03
Рейтинг 4.80/5 Всего 5 оценок
Разработчик Markfolder
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://markfolder.com
URL страницы помощи https://markfolder.com/howto
URL страницы политики конфиденциальности https://markfolder.com/pages/privacy
Поддерживаемые языки 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"
        ]
    }
}