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文件

下载Export Twitter Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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