Agentium: User agent switcher

Control the user agent identity reported by your browser.

Agentium: User agent switcher란 무엇입니까?

Agentium: User agent switcher은(는) Chuan Ji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control the user agent identity reported by your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Agentium: User agent switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Agentium is an extension for controlling the user agent identity reported by your browser, allowing you for instance to view the mobile version of a website on your computer.

Highlights:

- Quickly select user agent identity from a default list of popular browsers
- Add your own custom user agent identities
- Simple & clean UI

This is open-source software distributed under the Apache 2.0 License. Please feel free to fork & contribute at https://github.com/jichu4n/agentium.                    

확장 프로그램 기본 정보

이름 Agentium: User agent switcher Agentium: User agent switcher
ID kabejgcoafnliefbhejpfahdecimjcje
공식 URL https://chromewebstore.google.com/detail/agentium-user-agent-switc/kabejgcoafnliefbhejpfahdecimjcje
설명 Control the user agent identity reported by your browser.
파일 크기 1.22 MB
설치 횟수 8,461
현재 버전 0.1.1
최근 업데이트 2018-11-10
출시 날짜 2018-11-05
평점 5.00/5 총 4 개의 평점
개발자 Chuan Ji
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jichu4n/agentium
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agentium: User agent switcher",
    "short_name": "Agentium",
    "author": "Chuan Ji",
    "version": "0.1.1",
    "description": "Control the user agent identity reported by your browser.",
    "homepage_url": "https:\/\/github.com\/jichu4n\/agentium",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png",
            "40": "icon-40.png"
        },
        "default_title": "Agentium",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "applications": {
        "gecko": {
            "id": "{23b8c629-e439-4cc6-a694-31f5dd918aff}"
        }
    }
}