World Wide Walls

World Wide Walls turns the public web into a global collaborative drawing wall, where anyone can leave their mark on any website.

World Wide Wallsคืออะไร?

World Wide Walls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oio.studio และคุณลักษณะหลักของมันคือ "World Wide Walls turns the public web into a global collaborative drawing wall, where anyone can leave their mark on any website."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World Wide Walls

ดาวน์โหลดไฟล์ส่วนขยาย World Wide Walls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What happens when you give anyone in the world a spraying can and a white wall? That’s what we are trying to find out with World Wide Walls, an experimental Google Chrome Extension allowing anyone to leave their mark on any public website. What started as an internal playful exercise, quickly turned into a collective social experiment in nonlinear expression and asynchronous communication. Some would say it’s digital vandalism, we call it radical self-expression — while trying to make a point in the age of a tightly constrained creative space, we give web users the freedom to break out of the pixel matrix. The Google Chrome Extension was developed by oio — a creative company on a mission to turn emerging technologies into an approachable, everyday and sustainable reality.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ World Wide Walls World Wide Walls
ID afidhlpnbjpnpilhjkglceebkakhemfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/world-wide-walls/afidhlpnbjpnpilhjkglceebkakhemfb
คำอธิบาย World Wide Walls turns the public web into a global collaborative drawing wall, where anyone can leave their mark on any website.
ขนาดไฟล์ 39.39 KB
จำนวนการติดตั้ง 247
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2023-02-11
วันที่เผยแพร่ 2023-01-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://oio.studio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wwwwww.oio.studio
URL หน้าช่วยเหลือ https://wwwwww.oio.studio
URL หน้านโยบายความเป็นส่วนตัว https://wwwwww.oio.studio/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "World Wide Walls",
    "description": "World Wide Walls turns the public web into a global collaborative drawing wall, where anyone can leave their mark on any website.",
    "version": "0.1.6",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "World Wide Walls",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/axios.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/style-canvas.css"
            ],
            "js": [
                "scripts\/script-injector.js",
                "scripts\/script-db.js",
                "scripts\/script-canvas.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/fonts.googleapis.com",
                "https:\/\/fonts.gstatic.com",
                "https:\/\/fonts.googleapis.com\/css2?family=JetBrains+Mono:wght@400;700&family=Outfit&display=swap",
                "scripts\/axios.js",
                "images\/icons\/spray.svg",
                "images\/icons\/spray-off.svg",
                "images\/icons\/undo.svg",
                "images\/pointer\/pointer.svg",
                "images\/pointer\/pointer-active.svg",
                "images\/icons\/spray-9F86FF.svg",
                "images\/icons\/spray-51FFBC.svg",
                "images\/icons\/spray-77E7FF.svg",
                "images\/icons\/spray-4870FF.svg",
                "images\/icons\/spray-FF857B.svg",
                "images\/icons\/spray-FFB5CD.svg",
                "images\/icons\/spray-FFDD83.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}