Webapps

Extension with quick links to selected websites.

Webapps란 무엇입니까?

Webapps은(는) martenicijuliart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension with quick links to selected websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Quick links to popular websites. 

Rearrange the icons in the order you like.
Just press the icon, drag it to the new location and drop it.

All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.                    

확장 프로그램 기본 정보

이름 Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
공식 URL https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
설명 Extension with quick links to selected websites.
파일 크기 198 KB
설치 횟수 8,025
현재 버전 1.4
최근 업데이트 2018-11-28
출시 날짜 2018-11-27
평점 3.85/5 총 246 개의 평점
개발자 martenicijuliart
결제 유형 free
확장 프로그램 웹 사이트 http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
도움말 페이지 URL http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}