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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [] } ] } |