ShareKit.io Quick Access
This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
Cos'è ShareKit.io Quick Access?
ShareKit.io Quick Access è un'estensione di Chrome sviluppata da ShareKit.io, e la sua funzione principale è "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShareKit.io Quick Access
Scarica i file di estensione ShareKit.io Quick Access 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
ShareKit.io is a web-app which allows you to customize social media link previews by editing the title, description, and image. ShareKit facilitates the customization of link previews on social platforms including Facebook, Twitter, and LinkedIn - just upload an image and enter a title & description, and ShareKit will provide a new link that can then be shared on Facebook with a new, customized preview. This extension allows you to quickly access ShareKit.io to customize the link preview of the currently active tab - simply click on the extension's button in your browser's toolbar and modify the title, description, and image of the link preview to your liking.
Informazioni di Base sull'Estensione
Nome | ShareKit.io Quick Access |
ID | bpafgghfpbfffjekbikjbccjbefekpff |
URL Ufficiale | https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff |
Descrizione | This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io |
Dimensione del File | 24.16 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-02-10 |
Data di Pubblicazione | 2018-02-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ShareKit.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.sharekit.io |
URL della Pagina di Aiuto | https://www.sharekit.io/faq |
URL della Pagina della Politica sulla Privacy | https://www.sharekit.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareKit.io Quick Access", "short_name": "ShareKit.io", "version": "1.0.0", "manifest_version": 2, "description": "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io", "homepage_url": "https:\/\/www.sharekit.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Customize link preview" }, "permissions": [ "activeTab" ] } |