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開發的Chrome擴展程式,該擴展的主要功能是“Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Walling Web Clipper擴展crx文件

下載Walling Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}