Triends
Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map
Cos'è Triends?
Triends è un'estensione di Chrome sviluppata da ericho42, e la sua funzione principale è "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map".
Scarica il file CRX dell'estensione Triends
Scarica i file di estensione Triends 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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | obbfkgghfjoiljfmjidbkkjpikadndjn |
URL Ufficiale | https://chrome.google.com/webstore/detail/triends/obbfkgghfjoiljfmjidbkkjpikadndjn |
Descrizione | Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map |
Dimensione del File | 329 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-11-02 |
Data di Pubblicazione | 2014-11-02 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | ericho42 |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Triends", "description": "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map", "version": "1.0", "background": { "scripts": [ "static\/js\/jquery-2.1.1.min.js", "static\/js\/jquery-ui.js", "static\/js\/highcharts.js", "\/static\/js\/map.js", "\/static\/js\/data.js", "static\/js\/popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "static\/js\/test.js", "static\/js\/jquery-2.1.1.min.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "static\/images\/paws.png", "default_popup": "templates\/popup.html" } } |