gale.io link shortener

gale.io link

gale.io link shortener란 무엇입니까?

gale.io link shortener은(는) galedotio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "gale.io link"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

gale.io link shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension is the official extension for http://gale.io. gale.io is a monetized link shortener that uses a combination of interstitial advertisements, surveys, and video ads to raise money for non-profit organizations. We allow you to designate from our drop-down list of non-profit organizations which organization you want the proceeds of your link to go to (we currently have over ten, with more coming very soon!). 

This extension allows you to create gale.io links in one click, by appearing in the context menu when you right-click on a link on any webpage. First, click on the top popup bar to select a non-profit from our current list; that non-profit will get the proceeds of any links you shorten and share (until you change it by clicking on the popup again). Then, whenever you see an interesting link online, just right-click, and the option "Shorten as a gale.io link" should appear. By clicking that, you now have a gale.io link you can share!

You can learn more about us by visiting http://gale.io (we've also been featured on Product Hunt at www.producthunt.com/posts/gale-io).                    

확장 프로그램 기본 정보

이름 gale.io link shortener gale.io link shortener
ID bjdfipjpjbellokphdllhjpecmilelfm
공식 URL https://chromewebstore.google.com/detail/galeio-link-shortener/bjdfipjpjbellokphdllhjpecmilelfm
설명 gale.io link
파일 크기 47.26 KB
설치 횟수 22
현재 버전 0.0.1
최근 업데이트 2015-06-12
출시 날짜 2015-06-12
개발자 galedotio
결제 유형 free
확장 프로그램 웹 사이트 http://gale.io
도움말 페이지 URL http://gale.io/about/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gale.io link shortener",
    "description": "gale.io link",
    "version": "0.0.1",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/gale.io\/",
        "storage"
    ],
    "icons": {
        "16": "images\/gale-io-logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/gale-io-logo.png"
    },
    "manifest_version": 2
}