Markfolder

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

什麼是Markfolder?

Markfolder是由Markfolder開發的Chrome擴展程式,該擴展的主要功能是“Bookmark tweets, organise them in folders, find them easily.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Markfolder擴展crx文件

下載Markfolder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Markfolder Markfolder
ID fafoaldapbohckadnneaegajmfacnejd
官方網址 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"
        ]
    }
}