Makerbird

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

Τι είναι το Makerbird;

Το Makerbird είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oelmekki, και η κύρια λειτουργία του είναι "Passively add Product Hunt profile link in twitter bios you visit.".

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

screenshot

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

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

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

                        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.                    

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

Όνομα Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
Επίσημο URL https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Περιγραφή Passively add Product Hunt profile link in twitter bios you visit.
Μέγεθος Αρχείου 18.45 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2016-05-02
Ημερομηνία Δημοσίευσης 2016-05-01
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής oelmekki
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}