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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 tweetflick tweetflick
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
电子邮箱 [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\/*"
    ]
}