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 là gì?

ShareKit.io Quick Access là một tiện ích mở rộng Chrome được phát triển bởi ShareKit.io, và tính năng chính của nó là "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShareKit.io Quick Access

Tải xuống các tệp mở rộng ShareKit.io Quick Access dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShareKit.io Quick Access ShareKit.io Quick Access
ID bpafgghfpbfffjekbikjbccjbefekpff
URL Chính Thức https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff
Mô tả This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
Kích Thước Tệp 24.16 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-02-10
Ngày Phát Hành 2018-02-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ShareKit.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sharekit.io
URL Trang Trợ Giúp https://www.sharekit.io/faq
URL Trang Chính Sách Bảo Mật https://www.sharekit.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}