Lynx

Random user-submitted links.

Lynx란 무엇입니까?

Lynx은(는) Shout.Ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random user-submitted links."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Brought to you by Shout.Ninja, Lynx is a fun way to explore the internet.  Submit pages that are interesting with the press of a button and view someone else's submission with the same ease.

You Spoke.  We Listened.  Posting links now gives a helpful message, the duplicate links are now removed, and a counter of the number of different links is located in the main popup.

Annoyed by a message popping up every time you go to a new page?  Not anymore.  Bug fixed.

Added a dankness meter for your memes.  Now you can know how many times that page has already been submitted.

Added a contextual right-click menu                    

확장 프로그램 기본 정보

이름 Lynx Lynx
ID npmpjpaieebefmoplikkgfgogfpjdhek
공식 URL https://chromewebstore.google.com/detail/lynx/npmpjpaieebefmoplikkgfgogfpjdhek
설명 Random user-submitted links.
파일 크기 639 KB
설치 횟수 77
현재 버전 0.3.0
최근 업데이트 2015-07-06
출시 날짜 2015-07-06
평점 4.40/5 총 5 개의 평점
개발자 Shout.Ninja
결제 유형 free
확장 프로그램 웹 사이트 http://shout.ninja
도움말 페이지 URL http://shout.ninja
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "ninja.shout.lynx.go": {
            "description": "Next Lynx Link",
            "suggested_key": {
                "default": "Ctrl+Shift+J",
                "mac": "Command+Shift+J"
            }
        },
        "ninja.shout.lynx.submit": {
            "description": "Submit Page to Lynx",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "description": "Random user-submitted links.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjowHlaSrFmwNv+H5rVDXP2kmC2XeE2UC2ZNEhdPwh08z0mL\/5LClBYvEUkCU0QLnOEMvQrANcZuDUnZ4VNxYArUlSwt+bAsr0ZWF7bqz0j\/\/XmGgcp1EfhFYu1m2uwXDiaTZT6FW8LXVRuw9xyqe1ZP8mPu3ux+LmHNU8yzZjAybdcsGg0sXf5bmehXq2GcYb+A1EWrmPmKZN2rEvOy7vbG+67jxX0UMRYzZ8IkLS3U8FGMQWWIwX\/7nnpIumqdHYyg7kBVIfuMFHG3tEzQ+uLSAF6v3LY121jp261dv1So\/KIZiuQbbJshAAgQoeiSwJJvb5xHTvFbVoKu\/ounIVwIDAQAB",
    "manifest_version": 2,
    "name": "Lynx",
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0"
}