Tweeten

An intuitive and powerful Twitter experience built for those who get real work done

Tweeten란 무엇입니까?

Tweeten은(는) https://tweetenapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An intuitive and powerful Twitter experience built for those who get real work done"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tweeten 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Tweeten, an intuitive and powerful TweetDeck experience built for those who get real work done. 

Tweeten works with TweetDeck, which means it offers a powerful, column-based interface that helps you keep track of everything that's happening on Twitter without needing to hit the refresh button. Tweeten enhances the TweetDeck design to offer a much cleaner and intutive experience. 

Tweeten comes with a built-in GIF search feature that lets you upload any GIF from Giphy. Our 🔥 emoji picker lets you tweet the perfect emoji at the right time. From the 🤷 emoji to the 💯 emoji, all the emojis you 😍 are right here. 

Tweeten lets you customize all the important bits of TweetDeck, and you can take things a step further with custom CSS.

For the full Tweeten experience, make sure to checkout our desktop app from http://tweetenapp.com                    

확장 프로그램 기본 정보

이름 Tweeten Tweeten
ID ffoimglpkabojpaknlpodligjndnedji
공식 URL https://chromewebstore.google.com/detail/tweeten/ffoimglpkabojpaknlpodligjndnedji
설명 An intuitive and powerful Twitter experience built for those who get real work done
파일 크기 287 KB
설치 횟수 15,100
현재 버전 5.0.3
최근 업데이트 2020-05-17
출시 날짜 2020-05-16
평점 3.90/5 총 51 개의 평점
개발자 https://tweetenapp.com
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/TweetenApp
도움말 페이지 URL https://twitter.com/TweetenApp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweeten",
    "version": "5.0.3",
    "manifest_version": 2,
    "description": "An intuitive and powerful Twitter experience built for those who get real work done",
    "homepage_url": "http:\/\/tweetenapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/tweetdeck.twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "src\/js\/tweeten.js",
        "src\/css\/dark.css",
        "src\/css\/light.css",
        "src\/css\/black.css",
        "src\/assets\/mdl2.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "src\/js\/jquery.min.js",
                "src\/js\/inject.js",
                "src\/js\/lodash.core.min.js"
            ]
        }
    ]
}