Share Url

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

Share Url là gì?

Share Url là một tiện ích mở rộng Chrome được phát triển bởi https://tollus.github.io, và tính năng chính của nó là "Adds context menu to share links with other computer(s) or with your favorite social application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share Url

Tải xuống các tệp mở rộng Share Url dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share Url Share Url
ID jjjfbaapeohdiokaolpoeelnccpdhofg
URL Chính Thức https://chromewebstore.google.com/detail/share-url/jjjfbaapeohdiokaolpoeelnccpdhofg
Mô tả Adds context menu to share links with other computer(s) or with your favorite social application.
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 568
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2013-11-26
Ngày Phát Hành 2013-11-26
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://tollus.github.io
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tollus/chrome-share-url
URL Trang Trợ Giúp https://github.com/tollus/chrome-share-url
Ngôn Ngữ Được Hỗ Trợ 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
}