ColorDeck for Tweetdeck

ColorDeck allows you to personalize the official web client of Twitter : Tweetdeck.

Τι είναι το ColorDeck for Tweetdeck;

Το ColorDeck for Tweetdeck είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ColorDeck, και η κύρια λειτουργία του είναι "ColorDeck allows you to personalize the official web client of Twitter : Tweetdeck.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ColorDeck for Tweetdeck

Λήψη αρχείων επέκτασης ColorDeck for Tweetdeck σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ColorDeck is an extension which allows you to customize the official Web Twitter client: Tweetdeck. Indeed, with ColorDeck you can change colors, layout, sounds of Tweetdeck and also enjoy some useful features !

Last update (1.3.9.8) :
- Fix: Stars are back!

***
- Possibility to remove the "Replying to" last Tweetdeck feature
- Possibility to get back the FAV/RT corner icon
- Possibility to replace the text input of search columns into regular column title.
- Possibility to switch between the "heart" and "star" favorite icon !
- Possibility to disable the "Trends" column
- Possibility to disable the "Show more Tweets" feature
- Possibility to disable the "x new tweets" notification
- Possibility to disable the fade effect
- Possibility to disable Gifs Autoplay
- Column Width
- Space between columns
- Rounded columns
- Possibility to set the number of columns displayed vertically.
- Shadows under columns title
- Rounded or Squared avatars
- Choosing the notification sound (10 possible sounds)
- Possibility to set a gradient as column title background
- Possibility to remove column titles icons
- Possibility to adjust scrollbar width and border radius
- Possibility to import/export your ColorDeck settings
- Possibility to add animations to your Tweetdeck
- Auto-apply of your ColorDeck setting changes on Tweetdeck, without having to refresh Tweetdeck.
- New popup profile layout (You can get the new layout in the Layout options tab).

And many other features to best customize your Tweetdeck!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ColorDeck for Tweetdeck ColorDeck for Tweetdeck
ID jgoilgghdiafcdpgaddhfnlnhjhiejjl
Επίσημο URL https://chromewebstore.google.com/detail/colordeck-for-tweetdeck/jgoilgghdiafcdpgaddhfnlnhjhiejjl
Περιγραφή ColorDeck allows you to personalize the official web client of Twitter : Tweetdeck.
Μέγεθος Αρχείου 1.05 MB
Αριθμός Εγκαταστάσεων 1,894
Τρέχουσα Έκδοση 1.3.10
Τελευταία Ενημέρωση 2021-09-06
Ημερομηνία Δημοσίευσης 2020-03-04
Αξιολόγηση 4.26/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής ColorDeck
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://colordeck.net
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorDeck for Tweetdeck",
    "short_name": "ColorDeck",
    "manifest_version": 2,
    "version": "1.3.10",
    "description": "ColorDeck allows you to personalize the official web client of Twitter : Tweetdeck.",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "permissions": [
        "storage",
        "https:\/\/tweetdeck.twitter.com\/"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/animations.css",
        "img\/spinner_large.gif",
        "css\/basic.css",
        "img\/spinner.gif",
        "css\/stars.css",
        "fonts\/stars.svg",
        "fonts\/stars.ttf",
        "fonts\/stars.eot",
        "fonts\/stars.woff",
        "logo.png",
        "icon_48.png",
        "sounds\/sound_1.mp3",
        "sounds\/sound_2.mp3",
        "sounds\/sound_3.mp3",
        "sounds\/sound_4.mp3",
        "sounds\/sound_5.mp3",
        "sounds\/sound_6.mp3",
        "sounds\/sound_7.mp3",
        "sounds\/sound_8.mp3",
        "sounds\/sound_9.mp3",
        "sounds\/sound_10.mp3",
        "sounds\/sound_11.mp3",
        "sounds\/sound_12.mp3",
        "sounds\/sound_13.mp3",
        "sounds\/sound_14.mp3",
        "sounds\/sound_default.mp3",
        "img\/colordeck.png",
        "img\/logo_badge.png"
    ]
}