Easy Link Share

Share web links which you browse, in social network

Easy Link Share là gì?

Easy Link Share là một tiện ích mở rộng Chrome được phát triển bởi Karthikeyan S, và tính năng chính của nó là "Share web links which you browse, in social network".

Ả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 Easy Link Share

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

                        For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.                    

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

Tên Easy Link Share Easy Link Share
ID hakifdnhlnognadcclbelgmfijhogcnn
URL Chính Thức https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn
Mô tả Share web links which you browse, in social network
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-05-14
Ngày Phát Hành 2015-05-14
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Karthikeyan S
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Link Share",
    "short_name": "Link Share",
    "description": "Share web links which you browse, in social network",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}