9GAG Mini

Have a good laugh, even when you're not on 9GAG.

9GAG Mini란 무엇입니까?

9GAG Mini은(는) https://9gag.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have a good laugh, even when you're not on 9GAG."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

9GAG Mini 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        9GAG makes having fun a part of daily life for anyone, anytime, anywhere in the world.

This extension shows the latest HOT fun on 9GAG and you can:

* Use your keyboard left and right arrow keys to view the previous and next fun
* Share the fun with friends via Facebook, Twitter, email, etc
* Turn on/off the pop up notifications
* Support GIF

No need to hide 9GAG from your boss or teacher because all the fun is visible right in your browser:

* All the HOT fun is shown in a small window with one click
* A red number in your bookmark bar lets you know how much HOT fun you haven't read
* Click on the fun to go to 9GAG to have even more fun

WARNING: Keep your poker face. Don't laugh too loud.                    

확장 프로그램 기본 정보

이름 9GAG Mini 9GAG Mini
ID inmkmihphgjhmeabggdcokmkjhbnmdml
공식 URL https://chromewebstore.google.com/detail/9gag-mini/inmkmihphgjhmeabggdcokmkjhbnmdml
설명 Have a good laugh, even when you're not on 9GAG.
파일 크기 258 KB
설치 횟수 14,019
현재 버전 0.76
최근 업데이트 2014-06-10
출시 날짜 2014-06-10
평점 3.80/5 총 263 개의 평점
개발자 https://9gag.com
결제 유형 free
확장 프로그램 웹 사이트 http://9gag.com/
도움말 페이지 URL http://9gag.com/contact
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Mini",
    "version": "0.76",
    "manifest_version": 2,
    "description": "Have a good laugh, even when you're not on 9GAG.",
    "icons": {
        "128": "img\/logo_128x128.png",
        "48": "img\/logo_48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/9gag.com\/*",
                "*:\/\/*.9gag.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/is-install.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/connect.facebook.net https:\/\/www.facebook.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/9gag.com\/*",
        "*:\/\/*.9gag.com\/*"
    ]
}