Swpely

Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.

Swpelyคืออะไร?

Swpely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swpely.com และคุณลักษณะหลักของมันคือ "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Turn the internet's best ideas into your own swipe file.                    

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

ชื่อ Swpely Swpely
ID fnhpgocfaajkkmhpmkklgddldacjeklm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swpely/fnhpgocfaajkkmhpmkklgddldacjeklm
คำอธิบาย Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2021-02-23
คะแนน 5.00/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://swpely.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.swpely.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.swpely.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swpely",
    "description": "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.",
    "version": "1.5.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Swpely"
    },
    "icons": {
        "19": "images\/swpely-favicon-19px.png",
        "32": "images\/swpely-favicon-32px.png",
        "128": "images\/swpely-favicon-128px.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/canvas2Image.js",
                ".\/js\/html2canvas.js",
                ".\/js\/dom2Image.js",
                ".\/js\/jquery-3.5.1.min.js",
                ".\/content.js",
                ".\/js\/jsCookie.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:5000\/*",
            "http:\/\/localhost:5000\/*",
            "http:\/\/localhost:3001\/*",
            "http:\/\/cbf679859e59.ngrok.io\/*",
            "http:\/\/ec2-52-15-218-166.us-east-2.compute.amazonaws.com\/*",
            "https:\/\/app.swpely.com\/*",
            "https:\/\/staging.swpely.com\/*",
            "https:\/\/api.swpely.com\/*"
        ]
    }
}