Share it

Share or Copy web pages to anywhere by various format.

Share itคืออะไร?

Share it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hira.page และคุณลักษณะหลักของมันคือ "Share or Copy web pages to anywhere by various format."

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

screenshot
screenshot
screenshot

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

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

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

                        Web pages can be freely shared and copied in a variety of formats.                    

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

ชื่อ Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
คำอธิบาย Share or Copy web pages to anywhere by various format.
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-06-03
วันที่เผยแพร่ 2021-05-20
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://hira.page
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/psephopaiktes/share-it
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.1",
    "author": "Akira HIRATA",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Share this page",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}