Swpely

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

Wat is Swpely?

Swpely is een Chrome-extensie ontwikkeld door https://swpely.com, en de belangrijkste functie is "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Swpely

Download Swpely-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Swpely Swpely
ID fnhpgocfaajkkmhpmkklgddldacjeklm
Officiële URL https://chromewebstore.google.com/detail/swpely/fnhpgocfaajkkmhpmkklgddldacjeklm
Beschrijving Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.
Bestandsgrootte 1.37 MB
Aantal Installaties 311
Huidige Versie 1.5.1
Laatst Bijgewerkt 2021-09-01
Publicatiedatum 2021-02-23
Beoordeling 5.00/5 Totaal 22 Beoordelingen
Ontwikkelaar https://swpely.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.swpely.com/contact
URL van de Privacybeleid Pagina https://www.swpely.com/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}