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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}