Link Sharing

Link sharing resource

Link Sharing란 무엇입니까?

Link Sharing은(는) Travis Weidenbenner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link sharing resource"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        What's New?
-------------
v1.0.2
-Fixed bug on install page that wouldn't close it or open pics in popup.

Description
-------------
Link Sharing is a project I made in order to easily share links with friends/colleagues.  

It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing

Please give feedback and/or contribute to the code.                    

확장 프로그램 기본 정보

이름 Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
공식 URL https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
설명 Link sharing resource
파일 크기 330 KB
설치 횟수 44
현재 버전 1.0.2
최근 업데이트 2013-09-14
출시 날짜 2013-09-14
평점 5.00/5 총 1 개의 평점
개발자 Travis Weidenbenner
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/travis-w/Link-Sharing
도움말 페이지 URL https://github.com/travis-w/Link-Sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Sharing",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Link sharing resource",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Save Link",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "install.html",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/api.cloudmine.me\/*",
        "https:\/\/*.cloudmine.me\/*",
        "https:\/\/cloudmine.me\/*"
    ],
    "web_accessible_resources": [
        "images\/icon19.png"
    ]
}