Share Tools

Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.

Share Toolsคืออะไร?

Share Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Supports many popular sites and services. You can easily add your favorite site.

Visit our homepage for details: https://browsernative.com/share-tools-extension/                    

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

ชื่อ Share Tools Share Tools
ID pbbbcphofkjkmbadhjioamnnbphgeghd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd
คำอธิบาย Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 2,621
เวอร์ชันปัจจุบัน 0.0.19
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2020-04-18
คะแนน 4.89/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/share-tools-extension/
URL หน้าช่วยเหลือ https://browsernative.com/share-tools-extension/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon128.png",
        "default_title": "Share Tools",
        "default_popup": "\/html\/popup.html"
    },
    "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
    "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
    "icons": {
        "128": "static\/icon128.png",
        "48": "static\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Share Tools",
    "version": "0.0.19",
    "permissions": [
        "activeTab"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "html\/*.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    }
}