Web Themes Framework

Quickly create themes for popular web apps.

Τι είναι το Web Themes Framework;

Το Web Themes Framework είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trellox.io, και η κύρια λειτουργία του είναι "Quickly create themes for popular web apps.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Themes Framework

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

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

                        Web Themes Framework lets you theme several popular websites to match your OS theme (or whatever you want) by just changing a few colours and fonts—similar to Stylish, but much faster to create themes, no technical knowledge required, and with the least possible access to your websites.

Web Themes Framework is 100% open source: https://github.com/sammilucia/web-themes-framework. You are free to make themes and release them as your own 😊.

The default theme is based on niivu's amazing Paranoid Android Windows 10/Chrome/Firefox theme: https://www.deviantart.com/niivu/art/Paranoid-Android-Windows-10-Themes-821696974

Web Themes Framework supports:
- messenger.com
- WhatsApp
- Discord
- YouTube
- Slack
- Instagram
- DuckDuckGo

Please feel free to contribute and add other websites to the repository 😊.

Version 0.4.7 - 11 Jul 2021
- Themed Instagram messages
- Fixed bugs with Slack buttons due to Slack internal changes
- Removed "Messenger for Windows" panel

Version 0.4.5 - 12 Jun 2021
- Fixes due to changes in Slack
- Updates to DuckDuckGo support
- Added Instagram support

Version 0.4.4 - 11 Jun 2021
- Rationalised code and minor theme tweaks
- Finished YouTube tweaks
- Added DuckDuckGo support

Version 0.4.3 - 9 Jun 2021
- Tweaked Messenger theme
- Tweaked WhatsApp theme
- Cleaned up code

Version 0.4.2 - 9 Jun 2021
- Fixed Messenger theme

Version 0.4.1 - 9 Jun 2021
- Added global _theme.css. You can now customize most colors/fonts of all websites from this single file
- Added icon

Version 0.3.3 - 9 Jun 2021
- Fixed WhatsApp support

Version 0.3.2 - 8 Jun 2021
- Updated Slack to support new wysiwig class
- Added Firefox support

Version 0.3.1 - 16 May 2021
- Added Slack support

Version 0.2.4
- Fixed incorrect color textinput on WhatsApp
- Removed activeTab permission as it wasn't required

Version 0.2.3
- First Public Release                    

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

Όνομα Web Themes Framework Web Themes Framework
ID ibcihkpjgkjemhkeppidfeoeojomhdih
Επίσημο URL https://chromewebstore.google.com/detail/web-themes-framework/ibcihkpjgkjemhkeppidfeoeojomhdih
Περιγραφή Quickly create themes for popular web apps.
Μέγεθος Αρχείου 17.7 KB
Αριθμός Εγκαταστάσεων 301
Τρέχουσα Έκδοση 0.4.7
Τελευταία Ενημέρωση 2021-07-13
Ημερομηνία Δημοσίευσης 2020-01-22
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://trellox.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.trellox.io/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.trellox.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Themes Framework",
    "description": "Quickly create themes for popular web apps.",
    "author": "Samantha Glocker",
    "version": "0.4.7",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "64": "img\/icon-64.png",
            "128": "img\/icon-128.png",
            "256": "img\/icon-256.png"
        },
        "default_title": "WTF. Quickly create themes for popular web apps."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*",
                "*:\/\/*.facebook.com\/messages\/*",
                "*:\/\/discord.com\/*",
                "*:\/\/*.whatsapp.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/_theme.css",
        "css\/config.css",
        "css\/messenger.css",
        "css\/discord.css",
        "css\/whatsapp.css",
        "css\/youtube.css",
        "css\/slack.css",
        "css\/linkedin.css",
        "css\/duckduckgo.css",
        "css\/instagram.css"
    ]
}