Share everything!

Share ALL the things!

Apa itu Share everything!?

Share everything! adalah ekstensi Chrome yang dikembangkan oleh arktiv.site, dan fitur utamanya adalah "Share ALL the things!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Share everything!

Unduh file ekstensi Share everything! 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

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

Informasi Dasar Ekstensi

Nama Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
URL Resmi https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Deskripsi Share ALL the things!
Ukuran File 13.25 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-11-02
Tanggal Publikasi 2018-11-02
Pengembang arktiv.site
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://arktiv.site/extensions/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}