Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

Simple Share là gì?

Simple Share là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Devenet, và tính năng chính của nó là "Simply share your current tab by email, to your social networks or your Shaarli!".

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

screenshot
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

                        Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli.
You can customize the extension to enable only services you want :)

Use the Omnibox for directly share the page with the keyword “share”.                    

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

Tên Simple Share Simple Share
ID dpojjbgadcmbpdkmlgjcmamefmcfliem
URL Chính Thức https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem
Mô tả Simply share your current tab by email, to your social networks or your Shaarli!
Kích Thước Tệp 21.59 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-04-16
Ngày Phát Hành 2018-04-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Nicolas Devenet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Devenet/SimpleShare
URL Trang Trợ Giúp https://github.com/Devenet/SimpleShare/issues
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Share",
    "short_name": "Share",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_popup": "share.html",
        "default_icon": "images\/icon-19.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "author": "Nicolas Devenet",
    "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "share"
    },
    "permissions": [
        "activeTab"
    ]
}