URL Sharer

This extension is to easily share your current page URL on social networks

URL Sharerคืออะไร?

URL Sharer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kodestack.com และคุณลักษณะหลักของมันคือ "This extension is to easily share your current page URL on social networks"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Sharer

ดาวน์โหลดไฟล์ส่วนขยาย URL Sharer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is to easily share your current page URL on social networks and to copy url                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Sharer URL Sharer
ID efbabpfmnagdngganefofhopnoddbmae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae
คำอธิบาย This extension is to easily share your current page URL on social networks
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-12-26
วันที่เผยแพร่ 2019-12-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://kodestack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/shivarajnaidu/URL-sharer
URL หน้าช่วยเหลือ https://github.com/shivarajnaidu/URL-sharer
URL หน้านโยบายความเป็นส่วนตัว https://github.com/shivarajnaidu
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Sharer",
    "description": "This extension is to easily share your current page URL on social networks",
    "version": "1.4",
    "author": "Yuvaraj V (aka Shivaraj)",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html",
        "default_title": "URL Sharer - Click And SHare !"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite"
    ]
}