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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShareKit.io และคุณลักษณะหลักของมันคือ "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShareKit.io Quick Access

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}