Makerbird

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

什么是Makerbird?

Makerbird是由oelmekki开发的Chrome扩展程序,该扩展的主要功能是“Passively add Product Hunt profile link in twitter bios you visit.”。

扩展截图

screenshot

下载Makerbird扩展crx文件

下载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"
        }
    ]
}