Social Launcher
Quick Launce To your sites
Cos'è Social Launcher?
Social Launcher è un'estensione di Chrome sviluppata da Hasanuzzaman, e la sua funzione principale è "Quick Launce To your sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Launcher
Scarica i file di estensione Social Launcher 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
Easily launch your social and important site just click to the icon, No need to type the link. New feature update on version 2.0.0 Show your top sites link. Easily add your custom link. Easily add custom icon. Nice user interface Very much recomended for the person who don't want to type the link again and again. Hope it will increase your productivity. If you have any request for new feature please let us know.
Informazioni di Base sull'Estensione
Nome | |
ID | ioijhmpjoplcmckgaiggcoockjijmcim |
URL Ufficiale | https://chrome.google.com/webstore/detail/social-launcher/ioijhmpjoplcmckgaiggcoockjijmcim |
Descrizione | Quick Launce To your sites |
Dimensione del File | 54.11 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2019-03-04 |
Data di Pubblicazione | 2019-03-04 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Hasanuzzaman |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hasanuzzamanbe.github.io/social-launcher-extension/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Launcher", "version": "2.0.0", "description": "Quick Launce To your sites", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Hasanuzzaman", "optional_permissions": [ "tabs" ], "permissions": [ "tabs", "topSites", "storage" ], "short_name": "S Launch" } |