QuickFlip

A simple extension to flip webpages horizontally or vertically

QuickFlip란 무엇입니까?

QuickFlip은(는) e.taylor.yates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension to flip webpages horizontally or vertically"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        QuickFlip is a simple Chrome extension that provides users with the ability to flip the view of their webpages either horizontally or vertically. With a single click from the extension's popup or the context menu, users can easily toggle between the standard view and the flipped view of the webpage. This can be particularly useful for designers, developers, or anyone needing to view a webpage from a different perspective. Whether you need to check the symmetry of your webpage design or just want to have some fun, QuickFlip can be your go-to tool.                    

확장 프로그램 기본 정보

이름 QuickFlip QuickFlip
ID hgnhjkcgjnbpfkjnbngfmgloeekpijdc
공식 URL https://chromewebstore.google.com/detail/quickflip/hgnhjkcgjnbpfkjnbngfmgloeekpijdc
설명 A simple extension to flip webpages horizontally or vertically
파일 크기 15.26 KB
설치 횟수 48
현재 버전 1.3
최근 업데이트 2023-08-06
출시 날짜 2023-08-05
개발자 e.taylor.yates
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickFlip",
    "version": "1.3",
    "description": "A simple extension to flip webpages horizontally or vertically",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}