Swpely

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

Qu'est-ce que Swpely ?

Swpely est une extension Chrome développée par https://swpely.com, et sa fonction principale est "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Swpely

Téléchargez les fichiers d'extension Swpely au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Swpely Swpely
ID fnhpgocfaajkkmhpmkklgddldacjeklm
URL Officiel https://chromewebstore.google.com/detail/swpely/fnhpgocfaajkkmhpmkklgddldacjeklm
Description Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.
Taille du Fichier 1.37 MB
Nombre d'Installations 311
Version Actuelle 1.5.1
Dernière Mise à Jour 2021-09-01
Date de Publication 2021-02-23
Évaluation 5.00/5 Total 22 Évaluations
Développeur https://swpely.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.swpely.com/contact
URL de la Page de Politique de Confidentialité https://www.swpely.com/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}