Link Sharing

Link sharing resource

Link Sharing là gì?

Link Sharing là một tiện ích mở rộng Chrome được phát triển bởi Travis Weidenbenner, và tính năng chính của nó là "Link sharing resource".

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

screenshot

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

Tải xuống các tệp mở rộng Link Sharing 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

                        What's New?
-------------
v1.0.2
-Fixed bug on install page that wouldn't close it or open pics in popup.

Description
-------------
Link Sharing is a project I made in order to easily share links with friends/colleagues.  

It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing

Please give feedback and/or contribute to the code.                    

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

Tên Link Sharing Link Sharing
ID haehadeohhghodnfohinokocaaellnga
URL Chính Thức https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga
Mô tả Link sharing resource
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-09-14
Ngày Phát Hành 2013-09-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Travis Weidenbenner
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/travis-w/Link-Sharing
URL Trang Trợ Giúp https://github.com/travis-w/Link-Sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Sharing",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Link sharing resource",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Save Link",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "install.html",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/api.cloudmine.me\/*",
        "https:\/\/*.cloudmine.me\/*",
        "https:\/\/cloudmine.me\/*"
    ],
    "web_accessible_resources": [
        "images\/icon19.png"
    ]
}