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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}