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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } ] } |