Makerbird

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

Hvad er Makerbird?

Makerbird er en Chrome-udvidelse udviklet af oelmekki, og dens hovedfunktion er "Passively add Product Hunt profile link in twitter bios you visit.".

Udvidelsesskærmbilleder

screenshot

Download Makerbird-udvidelses-CRX-fil

Download Makerbird-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
Officiel URL https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Beskrivelse Passively add Product Hunt profile link in twitter bios you visit.
Filstørrelse 18.45 KB
Antal Installationer 25
Nuværende Version 1.4.2
Senest Opdateret 2016-05-02
Udgivelsesdato 2016-05-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler oelmekki
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}