Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
Cos'è Share Tools?
Share Tools è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Tools
Scarica i file di estensione Share Tools 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
Supports many popular sites and services. You can easily add your favorite site. Visit our homepage for details: https://browsernative.com/share-tools-extension/
Informazioni di Base sull'Estensione
Nome | Share Tools |
ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
URL Ufficiale | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
Descrizione | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 2,621 |
Versione Corrente | 0.0.19 |
Ultimo Aggiornamento | 2021-04-20 |
Data di Pubblicazione | 2020-04-18 |
Valutazione | 4.89/5 Totale 18 Valutazioni |
Sviluppatore | https://browsernative.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/share-tools-extension/ |
URL della Pagina di Aiuto | https://browsernative.com/share-tools-extension/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon128.png", "default_title": "Share Tools", "default_popup": "\/html\/popup.html" }, "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.", "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/", "icons": { "128": "static\/icon128.png", "48": "static\/icon48.png" }, "manifest_version": 2, "name": "Share Tools", "version": "0.0.19", "permissions": [ "activeTab" ], "options_ui": { "page": "\/html\/options.html", "open_in_tab": true }, "web_accessible_resources": [ "html\/*.html" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } } } |