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…

Hvad er B?

B er en Chrome-udvidelse udviklet af omniscience, og dens hovedfunktion er "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download B-udvidelses-CRX-fil

Download B-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        🅱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.                    

Grundlæggende oplysninger om udvidelsen

Navn B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
Officiel URL https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
Beskrivelse 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
Filstørrelse 29.86 KB
Antal Installationer 699
Nuværende Version 0.1.2
Senest Opdateret 2018-01-12
Udgivelsesdato 2018-01-12
Bedømmelse 4.12/5 Samlet 86 Bedømmelser
Udvikler omniscience
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}