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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://walling.app และคุณลักษณะหลักของมันคือ "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Walling Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}