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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io”。

擴展截圖

screenshot

下載ShareKit.io Quick Access擴展crx文件

下載ShareKit.io Quick Access擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}