Share Tools

Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.

Apa itu Share Tools?

Share Tools adalah ekstensi Chrome yang dikembangkan oleh https://browsernative.com, dan fitur utamanya adalah "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Share Tools

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

                        Supports many popular sites and services. You can easily add your favorite site.

Visit our homepage for details: https://browsernative.com/share-tools-extension/                    

Informasi Dasar Ekstensi

Nama Share Tools Share Tools
ID pbbbcphofkjkmbadhjioamnnbphgeghd
URL Resmi https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd
Deskripsi Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
Ukuran File 101 KB
Jumlah Instalasi 2,621
Versi Saat Ini 0.0.19
Terakhir Diperbarui 2021-04-20
Tanggal Publikasi 2020-04-18
Penilaian 4.89/5 Total 18 Penilaian
Pengembang https://browsernative.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browsernative.com/share-tools-extension/
URL Halaman Bantuan https://browsernative.com/share-tools-extension/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon128.png",
        "default_title": "Share Tools",
        "default_popup": "\/html\/popup.html"
    },
    "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
    "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
    "icons": {
        "128": "static\/icon128.png",
        "48": "static\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Share Tools",
    "version": "0.0.19",
    "permissions": [
        "activeTab"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "html\/*.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    }
}