TheShare

Share Every Thing Every Where. Share Any thing to all known social media websites

TheShareคืออะไร?

TheShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ahmed-badawy.com และคุณลักษณะหลักของมันคือ "Share Every Thing Every Where. Share Any thing to all known social media websites"

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

screenshot
screenshot
screenshot

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

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

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

                        The Must Have extension for all (Opera/Chrome) users.

Share Every Thing Every Where.
    1- Important social website's link shortcuts

    2- Share Any Text Selection, Web Page, Image, Link, or Even video & audio Elements to all known social media websites:-
    Facebook , Twitter , Google+ , Linked-In , Pinterest , Tumblr , StumbleUpOn , VK , Xing , Reddit , Or enven Send An Email and many many other plateforms. 

    3- help you send email faster                    

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

ชื่อ TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
คำอธิบาย Share Every Thing Every Where. Share Any thing to all known social media websites
ขนาดไฟล์ 904 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2019-01-08
วันที่เผยแพร่ 2019-01-08
คะแนน 4.22/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://ahmed-badawy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ahmed-badawy.com/extensions/TheShare
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheShare",
    "description": "Share Every Thing Every Where. Share Any thing to all known social media websites",
    "version": "2.6",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dom_access.js"
            ]
        }
    ]
}