Export Twitter Bookmarks

1-Click export for ALL your twitter bookmarks

Export Twitter Bookmarks란 무엇입니까?

Export Twitter Bookmarks은(는) Max에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1-Click export for ALL your twitter bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Export Twitter Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever needed to export all your Twitter bookmarks for backup, research, or to share them with someone else? OneClick Twitter Bookmarks Exporter is the perfect Chrome extension for you!

With just a single click, our extension allows you to conveniently export all your Twitter bookmarks [1] into a user-friendly format. No more manual copying or time-consuming processes. It's simple, efficient, and perfect for Twitter power users, researchers, and anyone who wants a quick and easy way to save their favorite Twitter content.

Key Features:

1-Click Export: With a simple click, export all your Twitter bookmarks instantly. Save time and effort with our streamlined process.

User-Friendly Format: Your bookmarks are exported in a format that is easy to read, share, and use for further analysis or archiving.

Easy to Use: Just install and you're good to go!

Experience a new level of convenience when managing your Twitter bookmarks with OneClick Twitter Bookmarks Exporter!

Notice:
- [1] A paid upgrade might be required if the exported amount exceed a certain limit                    

확장 프로그램 기본 정보

이름 Export Twitter Bookmarks Export Twitter Bookmarks
ID fondehlfbfbcegdjhoefhfbkaeengcgd
공식 URL https://chromewebstore.google.com/detail/export-twitter-bookmarks/fondehlfbfbcegdjhoefhfbkaeengcgd
설명 1-Click export for ALL your twitter bookmarks
파일 크기 403 KB
설치 횟수 1,073
현재 버전 1.2.1
최근 업데이트 2023-12-26
출시 날짜 2023-07-24
평점 4.25/5 총 16 개의 평점
개발자 Max
이메일 [email protected]
결제 유형 in_app
지원되는 언어 id,en,fr,tr,es,pt-BR,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.560eb175.js"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "action": [],
    "icons": {
        "128": "icon128.26b780a2.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.c77f5e67.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": []
        }
    ]
}