B

🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…

Τι είναι το B;

Το B είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον omniscience, και η κύρια λειτουργία του είναι "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…".

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

screenshot
screenshot

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

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

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

                        🅱urf the we🅱 in 🅱tyle.

Replaces all the B's on the pages you visit with 🅱.



Updates:

v0.1.2
- Settings menu to dynamically enable/disable.
- Fixed some issues with input areas that are non-input elements with contentEditable set.

v0.1.1
- Basic functionality on page load.                    

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

Όνομα B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
Επίσημο URL https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
Περιγραφή 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
Μέγεθος Αρχείου 29.86 KB
Αριθμός Εγκαταστάσεων 699
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2018-01-12
Ημερομηνία Δημοσίευσης 2018-01-12
Αξιολόγηση 4.12/5 Συνολικά 86 Αξιολογήσεις
Προγραμματιστής omniscience
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "B",
        "default_popup": "src\/B-popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "src\/B-background.html",
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/B-content.js"
            ]
        }
    ]
}