Share Url

Adds context menu to share links with other computer(s) or with your favorite social application.

Share Url란 무엇입니까?

Share Url은(는) https://tollus.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds context menu to share links with other computer(s) or with your favorite social application."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to share a link with another chrome browser through your Google account. 

Just install this extension on both browsers and make sure sync is enabled for the same account and you're good to go!

In the options you can enable sharing a link with Twitter, Facebook or Google Plus.

Recent changes:
1.2.4
- bug fix for replacement options display

1.2.2
- bug fix for checkbox

1.2.1
- history for links sent by your computer as well

1.2.0
- added history (disabled by default) of received links, 10 retained, stored per computer

1.1.0
- added replacement for certain urls

1.0.3
- forced persistence to try to resolve issue with links not sharing all the time.

1.0
- added social sharing (configured via options page)                    

확장 프로그램 기본 정보

이름 Share Url Share Url
ID jjjfbaapeohdiokaolpoeelnccpdhofg
공식 URL https://chromewebstore.google.com/detail/share-url/jjjfbaapeohdiokaolpoeelnccpdhofg
설명 Adds context menu to share links with other computer(s) or with your favorite social application.
파일 크기 142 KB
설치 횟수 568
현재 버전 1.2.4
최근 업데이트 2013-11-26
출시 날짜 2013-11-26
평점 3.50/5 총 10 개의 평점
개발자 https://tollus.github.io
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tollus/chrome-share-url
도움말 페이지 URL https://github.com/tollus/chrome-share-url
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2.4",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "settings.js",
            "background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2
}