Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
Cos'è Direct links to social media?
Direct links to social media è un'estensione di Chrome sviluppata da Robert Rioja (miapuffia), e la sua funzione principale è "Quick links to Facebook, Twitter, Myspace, and other top social networks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Direct links to social media
Scarica i file di estensione Direct links to social media 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
The latest update added much needed color! By clicking this extension, you will see links to... Steam Chat QuizUp YouTube Messages Google+ Quora BadOo Reddit ooVoo Web Snapchat Cafemom NING Mylife DeviantART Vine Twitter Skype Web Linkedin Instagram Livejournal Tumblr Facebook MySpace Orkut Pinterest Meetup Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
Informazioni di Base sull'Estensione
Nome | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
URL Ufficiale | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
Descrizione | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
Dimensione del File | 563 KB |
Conteggio Installazioni | 603 |
Versione Corrente | 5 |
Ultimo Aggiornamento | 2016-08-14 |
Data di Pubblicazione | 2016-08-14 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | Robert Rioja (miapuffia) |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct links to social media", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "5", "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |