Export links of all extensions

Export name and url of all installed extensions in Google Chrome

Vad är Export links of all extensions?

Export links of all extensions är en Chrome-tillägg utvecklad av evgeniyarbuz18921, och dess huvudfunktion är "Export name and url of all installed extensions in Google Chrome".

Tilläggsskärmbilder

screenshot

Ladda ner Export links of all extensions-förlängningens CRX-fil

Ladda ner Export links of all extensions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Export links of all extensions Export links of all extensions
ID cmeckkgeamghjhkepejgjockldoblhcb
Officiell webbadress https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb
Beskrivning Export name and url of all installed extensions in Google Chrome
Filstorlek 12.74 KB
Antal Installationer 14,159
Aktuell Version 1.7
Senast Uppdaterad 2023-01-02
Publiceringsdatum 2020-08-13
Betyg 4.65/5 Totalt 88 Betyg
Utvecklare evgeniyarbuz18921
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gabrielbarros/export-all-extensions
Stödda Språk 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"
    ]
}