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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } ] } |