Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Cos'è Simple Share?
Simple Share è un'estensione di Chrome sviluppata da Nachiket Vartak, e la sua funzione principale è "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Share
Scarica i file di estensione Simple Share 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
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.
I have added Reddit as an additional service and can add several other services if required. Informazioni di Base sull'Estensione
| Nome | |
| ID | pogmhkgpgojoolbdonmccgnnmfopelka |
| URL Ufficiale | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
| Descrizione | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
| Dimensione del File | 23.64 KB |
| Conteggio Installazioni | 687 |
| Versione Corrente | 2.1.2 |
| Ultimo Aggiornamento | 2013-11-26 |
| Data di Pubblicazione | 2013-11-26 |
| Valutazione | 4.71/5 Totale 7 Valutazioni |
| Sviluppatore | Nachiket Vartak |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.emergentnoise.com |
| Lingue Supportate | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "sharethis-19.png",
"default_popup": "popup.html",
"default_title": "Share"
},
"description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
"icons": {
"128": "sharethis-128.png",
"16": "sharethis-16.png",
"48": "sharethis-48.png"
},
"manifest_version": 2,
"name": "Simple Share",
"options_page": "options.html",
"permissions": [
"contextMenus",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.2"
} | |