Extension Extractor

Extract installed Extensions and Apps

Apa itu Extension Extractor?

Extension Extractor adalah ekstensi Chrome yang dikembangkan oleh Daniel Herr, dan fitur utamanya adalah "Extract installed Extensions and Apps".

Unduh Berkas CRX Ekstensi Extension Extractor

Unduh file ekstensi Extension Extractor 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

                        In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.                    

Informasi Dasar Ekstensi

Nama Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
URL Resmi https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Deskripsi Extract installed Extensions and Apps
Ukuran File 6.02 KB
Jumlah Instalasi 76
Versi Saat Ini 2016.070
Terakhir Diperbarui 2016-03-11
Tanggal Publikasi 2016-03-10
Pengembang Daniel Herr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://danielherr.github.io
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Herr",
    "description": "Extract installed Extensions and Apps",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/danielherr.github.io",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Extension Extractor",
    "offline_enabled": true,
    "permissions": [
        "debugger",
        "downloads"
    ],
    "version": "2016.70",
    "version_name": "2016.070"
}