Makerbird

Passively add Product Hunt profile link in twitter bios you visit.

Co je Makerbird?

Makerbird je rozšíření Chrome vyvinuté oelmekki, a jeho hlavní funkcí je „Passively add Product Hunt profile link in twitter bios you visit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Makerbird

Stáhněte si soubory rozšíření Makerbird ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extensions allows to see, when browsing other users pages on twitter, if they are Product Hunt users or not.

If you visit a Product Hunt user, a link to their PH profile page will appear.

Additionally, if the user is a maker, you will see how many products they made directly in Twitter bio.                    

Základní Informace o Rozšíření

Název Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
Oficiální URL https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Popis Passively add Product Hunt profile link in twitter bios you visit.
Velikost souboru 18.45 KB
Počet instalací 25
Aktuální Verze 1.4.2
Poslední Aktualizace 2016-05-02
Datum Vydání 2016-05-01
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář oelmekki
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Makerbird",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Passively add Product Hunt profile link in twitter bios you visit.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.producthunt.com\/",
        "http:\/\/www.producthunt.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content_script\/fetcher.js",
                "content_script\/profile_block.js",
                "content_script\/maker_bird.js",
                "content_script\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}