ShareKit.io Quick Access
This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
Wat is ShareKit.io Quick Access?
ShareKit.io Quick Access is een Chrome-extensie ontwikkeld door ShareKit.io, en de belangrijkste functie is "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io".
Extensie Screenshots
Download het CRX-bestand van de extensie ShareKit.io Quick Access
Download ShareKit.io Quick Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ShareKit.io Quick Access |
ID | bpafgghfpbfffjekbikjbccjbefekpff |
Officiële URL | https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff |
Beschrijving | This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io |
Bestandsgrootte | 24.16 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-02-10 |
Publicatiedatum | 2018-02-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ShareKit.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sharekit.io |
Help Pagina-URL | https://www.sharekit.io/faq |
URL van de Privacybeleid Pagina | https://www.sharekit.io/privacy |
Ondersteunde Talen | 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" ] } |