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ファイルをダウンロード

Share Url拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}