Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Apa itu Export links of all extensions?
Export links of all extensions adalah ekstensi Chrome yang dikembangkan oleh evgeniyarbuz18921, dan fitur utamanya adalah "Export name and url of all installed extensions in Google Chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Export links of all extensions
Unduh file ekstensi Export links of all extensions 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
Export name and url of all installed extensions in Google Chrome Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions
Informasi Dasar Ekstensi
Nama | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
URL Resmi | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Deskripsi | Export name and url of all installed extensions in Google Chrome |
Ukuran File | 12.74 KB |
Jumlah Instalasi | 14,159 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2023-01-02 |
Tanggal Publikasi | 2020-08-13 |
Penilaian | 4.65/5 Total 88 Penilaian |
Pengembang | evgeniyarbuz18921 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/gabrielbarros/export-all-extensions |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export links of all extensions", "version": "1.7", "description": "Export name and url of all installed extensions in Google Chrome", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "offline_enabled": true, "action": { "default_icon": "img\/16.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "alarms", "declarativeNetRequest", "management" ] } |