Walling Web Clipper

Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.

Was ist Walling Web Clipper?

Walling Web Clipper ist eine Chrome-Erweiterung, die von https://walling.app entwickelt wurde, und ihr Hauptmerkmal ist "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Walling Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Walling Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Walling web clipper helps you jot down quick notes from your browser, save bookmarks to your Walling walls and collect images from the web. 

Unlike linear and restrictive tools, at Walling, we've been thinking outside of the box, presenting you with a new visual solution that will help you be more productive and present your ideas in an engaging and stunning way. Learn more at https://walling.app.

You can login to your account using Email/Password, Google Login, or Apple Sign-in.                    

Grundlegende Informationen zur Erweiterung

Name Walling Web Clipper Walling Web Clipper
ID penhhnlldkmlfappgmgjhhfkgeekdmpl
Offizielle URL https://chromewebstore.google.com/detail/walling-web-clipper/penhhnlldkmlfappgmgjhhfkgeekdmpl
Beschreibung Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.
Dateigröße 589 KB
Installationsanzahl 5,759
Aktuelle Version 1.2.64
Letztes Update 2023-11-26
Veröffentlichungsdatum 2020-06-12
Bewertung 4.46/5 Insgesamt 13 Bewertungen
Entwickler https://walling.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://walling.app
Hilfeseite URL https://walling.app/contact
URL der Datenschutzrichtlinien-Seite https://walling.app/terms-and-privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walling Web Clipper",
    "short_name": "Walling",
    "description": "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.",
    "version": "1.2.64",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Walling Web Clipper",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "popup\/images\/*",
        "images\/*",
        "*.ttf"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'"
}