Makerbird
Passively add Product Hunt profile link in twitter bios you visit.
Cos'è Makerbird?
Makerbird è un'estensione di Chrome sviluppata da oelmekki, e la sua funzione principale è "Passively add Product Hunt profile link in twitter bios you visit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Makerbird
Scarica i file di estensione Makerbird in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | omiplbjehgojeahjpggcdcmcachnhkol |
URL Ufficiale | https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol |
Descrizione | Passively add Product Hunt profile link in twitter bios you visit. |
Dimensione del File | 18.45 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2016-05-02 |
Data di Pubblicazione | 2016-05-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | oelmekki |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |