arebyte Plug in

arebyte browser extension

arebyte Plug inคืออะไร?

arebyte Plug in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย popupdeveloper และคุณลักษณะหลักของมันคือ "arebyte browser extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย arebyte Plug in

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

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

                        arebyte Plugin offers an innovative way to experience online exhibitions as a series of window pop-ups, via a browser plugin. 

The plugin delivers images, video, 3D digital worlds and any other content directly to the viewer’s screen, as pop-up windows appearing at different times throughout a day, providing an artistic ‘stopping cue’ from relentless scrolling, email notifications and other computer-centered work. Similar to push notification format on mobile devices, the new digital tool allows content to pop-up automatically, once downloaded on the browser, and opens a direct channel of communication with audiences.

The plugin pilot was initially developed in 2020 for its group exhibition Real-Time Constraints, as a response to Covid-19 outbreak. As the digital landscape became our default experience of images and people during the pandemic, arebyte was forced into a realm which we are already accustomed with – online. As an organisation championing art and technology, we closed the doors of arebyte Gallery, but continued virtually on arebyte on Screen, honouring our commitment with artists. This led to breakthroughs and innovations with the development of arebyte Plugin, showing the breadth of possibilities when working, curating, thinking and exhibiting art online. 

Now in its 3rd iteration, developed and designed by London based studio 10PM the plugin will have new features including choreographed pop-up to create a screen based performance, and an archive of past projects.

The plug-in was initially developed by arebyte for Real-Time Constraints, a group exhibition in 2020

Credits

arebyte Plugin v3.0

Powered by arebyte, 2023

Plugin Design and Development by 10pm Studio

all rights reserved to arebyte 2023                    

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

ชื่อ arebyte Plug in arebyte Plug in
ID doleafekmkdijhicdmabeagmmnjicloi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arebyte-plug-in/doleafekmkdijhicdmabeagmmnjicloi
คำอธิบาย arebyte browser extension
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 3.1.8
อัปเดตครั้งล่าสุด 2023-09-14
วันที่เผยแพร่ 2023-09-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา popupdeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "arebyte Plug in",
    "version": "3.1.8",
    "description": "arebyte browser extension",
    "permissions": [
        "storage",
        "alarms",
        "idle",
        "system.display"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plugin.arebyte.com\/invites\/*"
            ],
            "js": [
                "launchPopups.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dev.10pm.studio\/arebyte-ext\/invites\/*"
            ],
            "js": [
                "launchPopups.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/rtc-16.png",
        "24": "icons\/rtc-24.png",
        "32": "icons\/rtc-32.png",
        "48": "icons\/rtc-48.png",
        "128": "icons\/rtc-128.png"
    },
    "manifest_version": 3
}