Mastodon Air

Mastodon clean theme.

Mastodon Air란 무엇입니까?

Mastodon Air은(는) https://arge.ee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mastodon clean theme."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Mastodon Air is a Chrome extension that improves the look and usability of Mastodon social media pages.

One of the standout features of Mastodon Air is its enhanced text area for posting. The text area is larger and more accessible, making it easier to compose and read your posts.                    

확장 프로그램 기본 정보

이름 Mastodon Air Mastodon Air
ID amnafipdbahbnkhmaiiokceohldofhda
공식 URL https://chromewebstore.google.com/detail/mastodon-air/amnafipdbahbnkhmaiiokceohldofhda
설명 Mastodon clean theme.
파일 크기 336 KB
설치 횟수 196
현재 버전 2.1.5
최근 업데이트 2024-01-22
출시 날짜 2022-12-20
평점 4.50/5 총 2 개의 평점
개발자 https://arge.ee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://arge.ee/mastodon-air
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mastodon Air",
    "description": "Mastodon clean theme.",
    "version": "2.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/glitch.css",
                "styles\/air-disabled.css",
                "styles\/styles.css",
                "styles\/base.css",
                "styles\/svg.css",
                "styles\/multi-column.css",
                "styles\/screen-size.css",
                "styles\/theme-colors.css",
                "styles\/accent.css"
            ],
            "js": [
                "js\/browser.js",
                "js\/jquery-3.6.2.slim.min.js",
                "js\/content.js",
                "js\/themebackgrounds.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options\/options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}