Simple Share

Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

Simple Share là gì?

Simple Share là một tiện ích mở rộng Chrome được phát triển bởi Nachiket Vartak, và tính năng chính của nó là "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".

Ả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 Simple Share

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

                        Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.

I have added Reddit as an additional service and can add several other services if required.                    

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

Tên Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
URL Chính Thức https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
Mô tả Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Kích Thước Tệp 23.64 KB
Số Lần Cài Đặt 687
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2013-11-26
Ngày Phát Hành 2013-11-26
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Nachiket Vartak
Loại Thanh Toán free
Trang Web Mở Rộng http://www.emergentnoise.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_popup": "popup.html",
        "default_title": "Share"
    },
    "description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
    "icons": {
        "128": "sharethis-128.png",
        "16": "sharethis-16.png",
        "48": "sharethis-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Share",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}