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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}