Walling Web Clipper

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

Walling Web Clipper क्या है?

Walling Web Clipper https://walling.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walling Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Walling Web Clipper Walling Web Clipper
ID penhhnlldkmlfappgmgjhhfkgeekdmpl
आधिकारिक URL https://chromewebstore.google.com/detail/walling-web-clipper/penhhnlldkmlfappgmgjhhfkgeekdmpl
विवरण Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.
फ़ाइल का आकार 589 KB
स्थापना संख्या 5,759
वर्तमान संस्करण 1.2.64
अंतिम अपडेट 2023-11-26
प्रकाशन तिथि 2020-06-12
रेटिंग 4.46/5 कुल 13 रेटिंग्स
डेवलपर https://walling.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://walling.app
सहायता पृष्ठ URL https://walling.app/contact
गोपनीयता नीति पृष्ठ URL https://walling.app/terms-and-privacy
समर्थित भाषाएँ 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'"
}