Makerbird
Passively add Product Hunt profile link in twitter bios you visit.
Vad är Makerbird?
Makerbird är en Chrome-tillägg utvecklad av oelmekki, och dess huvudfunktion är "Passively add Product Hunt profile link in twitter bios you visit.".
Tilläggsskärmbilder
Ladda ner Makerbird-förlängningens CRX-fil
Ladda ner Makerbird-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | omiplbjehgojeahjpggcdcmcachnhkol |
Officiell webbadress | https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol |
Beskrivning | Passively add Product Hunt profile link in twitter bios you visit. |
Filstorlek | 18.45 KB |
Antal Installationer | 25 |
Aktuell Version | 1.4.2 |
Senast Uppdaterad | 2016-05-02 |
Publiceringsdatum | 2016-05-01 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | oelmekki |
Betalningssätt | free |
Stödda Språk | 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" } ] } |