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 |
官方網址 | 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" } ] } |