Anchor

https://github.com/benjchan/Anchor The infinite scroll. It's dangerously easy to scroll mindlessly for hours, especially when it…

Anchor란 무엇입니까?

Anchor은(는) 2br-2b에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "https://github.com/benjchan/Anchor The infinite scroll. It's dangerously easy to scroll mindlessly for hours, especially when it…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Anchor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        https://github.com/benjchan/Anchor

The infinite scroll. It's dangerously easy to scroll mindlessly for hours, especially when it comes to social media.
 
So what if we playfully visualised infinite scrolling as a deep sea dive, to help people experience their scrolling habit more tangibly?
 
Anchor is a simple Chrome extension which plays on this feeling of sinking. The further down you scroll, the deeper you dive — and you can watch as your screen slowly turns a dark blue, a little fish swims across your screen, and finally, you hit a (literal) rock bottom.
 
We're thinking this could be easily adapted and expanded (by you!) into a whole series of scrolling experiments. Think cave exploring, parachuting, digging to the center of the Earth... All our code is available on GitHub (https://github.com/benjchan/Anchor) for you to play with and evolve.

Project created by:
- Brendan Browne-Adams (https://www.brendanbrownedesigns.com/)
- Lahari Goswami (https://laharigoswami.cargo.site)
- Miki Chiu (https://www.mikichiu.com)
- Tayo Kopfer (https://tayo.co.za)
- Twomuch Studio (https://twomuch.studio)

For a more up-to-date version, check out https://chrome.google.com/webstore/detail/anchor/edefjkgbhajbmjkkclpacaelombcdiik. This is provided for those who prefer the simplicity of the original extension.                    

확장 프로그램 기본 정보

이름 Anchor Anchor
ID nfppjlpaidcfmedlabaolkimdmkjpode
공식 URL https://chromewebstore.google.com/detail/anchor/nfppjlpaidcfmedlabaolkimdmkjpode
설명 https://github.com/benjchan/Anchor The infinite scroll. It's dangerously easy to scroll mindlessly for hours, especially when it…
파일 크기 90.42 KB
설치 횟수 75
현재 버전 1.0.0
최근 업데이트 2020-11-27
출시 날짜 2020-11-27
평점 5.00/5 총 4 개의 평점
개발자 2br-2b
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://experiments.withgoogle.com/anchor
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anchor",
    "version": "1.0.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}