Makerbird

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

Makerbird là gì?

Makerbird là một tiện ích mở rộng Chrome được phát triển bởi oelmekki, và tính năng chính của nó là "Passively add Product Hunt profile link in twitter bios you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Makerbird

Tải xuống các tệp mở rộng Makerbird dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
URL Chính Thức https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Mô tả Passively add Product Hunt profile link in twitter bios you visit.
Kích Thước Tệp 18.45 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển oelmekki
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}