WebWrap

WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…

WebWrap란 무엇입니까?

WebWrap은(는) webwrapinc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone  to review any web page, chat about it, follow others who visit that page, and be followed by them; let your friends know when you say something about anything at all and let you send it or post it wherever you wish. 

Why? Because too many site owners are shutting off the public's ability to say it as it is, or have never bothered to enable it in the first place.

We as WebWrap will not censor you. Only other members of the community may flag your posting so others will be able to ignore content they don't want to see.  and you can mark anyone's contribution as not appropriate to the site it wraps.                    

확장 프로그램 기본 정보

이름 WebWrap WebWrap
ID ndgbomimpkpkhdgfjamadadpmfmbajbi
공식 URL https://chromewebstore.google.com/detail/webwrap/ndgbomimpkpkhdgfjamadadpmfmbajbi
설명 WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…
파일 크기 251 KB
설치 횟수 41
현재 버전 0.1.7
최근 업데이트 2020-11-09
출시 날짜 2020-03-24
평점 5.00/5 총 5 개의 평점
개발자 webwrapinc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webwrap.com
개인정보 보호 정책 페이지 URL https://www.webwrap.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebWrap",
    "version": "0.1.7",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png"
        },
        "default_title": "WebWrap"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "helpers\/custom-elements.min.js",
                "content\/content.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "panel\/panel.html"
    ],
    "manifest_version": 2
}