ShareKit.io Quick Access

This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io

Was ist ShareKit.io Quick Access?

ShareKit.io Quick Access ist eine Chrome-Erweiterung, die von ShareKit.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io".

Erweiterungsscreenshots

screenshot

ShareKit.io Quick Access-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShareKit.io Quick Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ShareKit.io Quick Access ShareKit.io Quick Access
ID bpafgghfpbfffjekbikjbccjbefekpff
Offizielle URL https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff
Beschreibung This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
Dateigröße 24.16 KB
Installationsanzahl 36
Aktuelle Version 1.0.0
Letztes Update 2018-02-10
Veröffentlichungsdatum 2018-02-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ShareKit.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sharekit.io
Hilfeseite URL https://www.sharekit.io/faq
URL der Datenschutzrichtlinien-Seite https://www.sharekit.io/privacy
Unterstützte Sprachen 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"
    ]
}