LinkThrow

LinkThrow is a collaboration tool that helps teams share links better.

LinkThrowคืออะไร?

LinkThrow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkthrow.co และคุณลักษณะหลักของมันคือ "LinkThrow is a collaboration tool that helps teams share links better."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        To share a web page, simply right click and select the friend you want to share it with.

Never lose a link again. All your personal and shared sites are stored in one place.

Collaborate with your team and friends and quickly share links on the go - from your phone and tablet.

Welcome to a world of better browsing.

★ “Emailing links is a thing of the past” – from a new LinkThrow user ★

GIVE US A 5-STAR REVIEW
★★★★★

Genuinely enjoy the LinkThrow experience? Helped you save time at work? Support the LinkThrow community by giving us a great review!

GET IN TOUCH
Twitter: @linkthrow
Contact: [email protected]

SUPPORT & BUG REPORTING
[email protected]                    

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

ชื่อ LinkThrow LinkThrow
ID ngmbpidlhbncmbnfblcacaccfglhijim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkthrow/ngmbpidlhbncmbnfblcacaccfglhijim
คำอธิบาย LinkThrow is a collaboration tool that helps teams share links better.
ขนาดไฟล์ 714 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 5.1.7
อัปเดตครั้งล่าสุด 2021-01-12
วันที่เผยแพร่ 2020-04-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://linkthrow.co
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkThrow",
    "author": "Hussan Choudhry",
    "version": "5.1.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "hotreload\/hotreload.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "LinkThrow"
    }
}