Swpely

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

Swpely là gì?

Swpely là một tiện ích mở rộng Chrome được phát triển bởi https://swpely.com, và tính năng chính của nó là "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swpely

Tải xuống các tệp mở rộng Swpely dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swpely Swpely
ID fnhpgocfaajkkmhpmkklgddldacjeklm
URL Chính Thức https://chromewebstore.google.com/detail/swpely/fnhpgocfaajkkmhpmkklgddldacjeklm
Mô tả Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2021-02-23
Đánh Giá 5.00/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://swpely.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.swpely.com/contact
URL Trang Chính Sách Bảo Mật https://www.swpely.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}