tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
tweetflickとは何ですか?
tweetflickはtweetflickappによって開発されたChromeの拡張機能で、その主な機能は「The smart way to save, organise, and access the tweets and threads you find useful.」です。
拡張機能のスクリーンショット
tweetflick拡張機能のCRXファイルをダウンロード
tweetflick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best way to save, organize, and access the tweets and threads you find most useful. Tweetflick is your personal bookmark manager designed for Twitter power users. Build your LIBRARY OF TWEETS. Save. Organize. Search your tweets like pro. SAVE WITH ONE CLICK. Just hit the icon in our Chrome extension that appears on each tweet in your Twitter timeline. ORGANIZE IMMEDIATELY. Instantly save to one of your collections and add tags to help find tweets later. ADVANCED SEARCH Use our search bar and advanced filters to extract and fetch your tweets like pro. To use this extension you must first sign in at https://tweetflick.com
拡張機能の基本情報
名前 | |
ID | mcneiehjehnljcginchohedbnncpejdl |
公式URL | https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl |
説明 | The smart way to save, organise, and access the tweets and threads you find useful. |
ファイルサイズ | 1.15 MB |
インストール数 | 266 |
現在のバージョン | 2.4 |
最終更新日 | 2023-02-05 |
公開日 | 2020-12-26 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | tweetflickapp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tweetflick.com/ |
プライバシーポリシーページのURL | https://tweetflick.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tweetflick", "description": "The smart way to save, organise, and access the tweets and threads you find useful.", "version": "2.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "tweetflick", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ], "css": [ "tags.css" ] } ], "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/tweetflick.com\/*", "https:\/\/app.tweetflick.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetflick-front.axeldemos.com\/*", "https:\/\/tweetflick-landing.axeldemos.com\/*" ] } |