WIKI 2. Wikipedia Republished

Advanced Magic for Wikipedia.

WIKI 2. Wikipedia Republished란 무엇입니까?

WIKI 2. Wikipedia Republished은(는) https://wiki2.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced Magic for Wikipedia."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WIKI 2. Wikipedia Republished 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Three years of hard work by a dedicated team and here it is: Wikipedia advanced on a level we bet you have never seen before.

How it works. Every Wikipedia page, you request somewhere, goes through several hundred of perfecting techniques. Some work performs by extension, but most sophisticated job -- by web-proxy WIKI2.ORG (you’ll see this little domain in URL).

The magic you’ll get:

· State-of-the-Art Design. Finally that Wikipedia deserves.

&

· Variety of Atmospheres. Choose your own theme.
· YouTube Integration. Most precise ever made.
· Bigger, Immersive Miniatures. You’ll love it.
· Extreme Readability. By a dozen of tricks.
· Right Click Search. Wiki access from any website.
· Connected Articles lookup. No hops, no time loss.
· And More than This. Find out by yourselves.

More features and perfection been adding every single week. Don’t miss.

Want to give us some advanced advice? Take our mail: [email protected]                    

확장 프로그램 기본 정보

이름 WIKI 2. Wikipedia Republished WIKI 2. Wikipedia Republished
ID dbnfdljglikamcdljmffmhfionigapkf
공식 URL https://chromewebstore.google.com/detail/wiki-2-wikipedia-republis/dbnfdljglikamcdljmffmhfionigapkf
설명 Advanced Magic for Wikipedia.
파일 크기 39.85 KB
설치 횟수 8,606
현재 버전 3.4
최근 업데이트 2021-08-14
출시 날짜 2017-01-26
평점 4.47/5 총 70 개의 평점
개발자 https://wiki2.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wiki2.org
개인정보 보호 정책 페이지 URL https://wiki2.org/en/WIKI2:extension_privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIKI 2. Wikipedia Republished",
    "version": "3.4",
    "manifest_version": 2,
    "description": "Advanced Magic for Wikipedia.",
    "homepage_url": "https:\/\/wiki2.org",
    "background": {
        "page": "global_page.html"
    },
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "43": "Icon-43.png",
        "48": "Icon-48.png",
        "53": "Icon-53.png",
        "128": "Icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png"
        },
        "default_title": "Wikipedia Advanced"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wiki2.org\/*",
                "https:\/\/*.wiki2.org\/*"
            ],
            "js": [
                "injected.js",
                "reach_metric_goal.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "https:\/\/*.wiki2.org\/*"
    ]
}