ShareKit.io Quick Access

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

ShareKit.io Quick Access क्या है?

ShareKit.io Quick Access ShareKit.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ShareKit.io Quick Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ShareKit.io Quick Access ShareKit.io Quick Access
ID bpafgghfpbfffjekbikjbccjbefekpff
आधिकारिक URL https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff
विवरण This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
फ़ाइल का आकार 24.16 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-02-10
प्रकाशन तिथि 2018-02-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ShareKit.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sharekit.io
सहायता पृष्ठ URL https://www.sharekit.io/faq
गोपनीयता नीति पृष्ठ URL https://www.sharekit.io/privacy
समर्थित भाषाएँ 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"
    ]
}