Share with Facebook, Twitter, Google+, Email

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

Apa itu Share with Facebook, Twitter, Google+, Email?

Share with Facebook, Twitter, Google+, Email adalah ekstensi Chrome yang dikembangkan oleh Andy Zett, dan fitur utamanya adalah "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Share with Facebook, Twitter, Google+, Email

Unduh file ekstensi Share with Facebook, Twitter, Google+, Email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading.

Google Apps domains are supported.

This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).                    

Informasi Dasar Ekstensi

Nama Share with Facebook, Twitter, Google+, Email Share with Facebook, Twitter, Google+, Email
ID cjhmhnomplgoidnkjdacpmpccmaplnmk
URL Resmi https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk
Deskripsi Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
Ukuran File 18.56 KB
Jumlah Instalasi 10,000
Versi Saat Ini 3.0
Terakhir Diperbarui 2018-03-11
Tanggal Publikasi 2018-03-11
Penilaian 4.47/5 Total 210 Penilaian
Pengembang Andy Zett
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share with Facebook, Twitter, Google+, Email",
    "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_title": "Share",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "sharethis-16.png",
        "48": "sharethis-48.png",
        "128": "sharethis-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}