Gardn

Grow your websites, links and articles using the power of community.

Gardn란 무엇입니까?

Gardn은(는) http://gardn.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grow your websites, links and articles using the power of community."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Gardn is a magical place where net-savvy people come to plant new seedlings in the form of links to articles, websites and social profiles, and watch them grow into great blooming trees thanks to the power of community.

When you write an awesome article or release a brilliant new website, you want it to reach as many people as possible, and everyone knows the best way to do that is with social media. The Gardn is teeming with people who will actively promote your amazing content using their social networks, in return for the same favour.

This extension now makes it easier than ever to share with a purpose on the Gardn. Just navigate to any website, and click the Gardn icon in your browser, and you can submit your links to the Gardn without even having to disrupt your browsing experience.

Thanks for using our extension for the best browser in the world, Google Chrome. Please drop by and see us soon...

Website: http://gardn.net
Terms: http://gardn.net/terms
Privacy: http://gardn.net/privacy
Contact: [email protected]                    

확장 프로그램 기본 정보

이름 Gardn Gardn
ID mgmhalepkebdkdhkhgocpeggodpbalbj
공식 URL https://chrome.google.com/webstore/detail/gardn/mgmhalepkebdkdhkhgocpeggodpbalbj
설명 Grow your websites, links and articles using the power of community.
파일 크기 278 KB
설치 횟수 18
현재 버전 0.1.1
최근 업데이트 2014-03-13
출시 날짜 2014-03-13
평점 5.00/5 총 1 개의 평점
개발자 http://gardn.net
결제 유형 free
확장 프로그램 웹 사이트 http://gardn.net
도움말 페이지 URL https://twitter.com/ourgardn
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gardn",
    "version": "0.1.1",
    "description": "Grow your websites, links and articles using the power of community.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}