Manage Multi URLs

Save your favourite URLs in Manage Multi URL account and manage from everywhere.

Hvad er Manage Multi URLs?

Manage Multi URLs er en Chrome-udvidelse udviklet af AllianceTek Inc, og dens hovedfunktion er "Save your favourite URLs in Manage Multi URL account and manage from everywhere.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Manage Multi URLs-udvidelses-CRX-fil

Download Manage Multi URLs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Save your favourite URLs in Manage Multi URL account and manage from everywhere                    

Grundlæggende oplysninger om udvidelsen

Navn Manage Multi URLs Manage Multi URLs
ID kipbchhhdplmghpiepjjhclpakhcalnk
Officiel URL https://chromewebstore.google.com/detail/manage-multi-urls/kipbchhhdplmghpiepjjhclpakhcalnk
Beskrivelse Save your favourite URLs in Manage Multi URL account and manage from everywhere.
Filstørrelse 44.85 KB
Antal Installationer 39
Nuværende Version 5.0
Senest Opdateret 2022-12-14
Udgivelsesdato 2022-11-29
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler AllianceTek Inc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.managemyurls.com/
Hjælpeside-URL http://managemyurls.com/home/privacypolicy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manage Multi URLs",
    "description": "Save your favourite URLs in Manage Multi URL account and manage from everywhere.",
    "version": "5.0",
    "action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "cookies"
    ],
    "icons": {
        "16": "img\/favicon.png",
        "32": "img\/favicon32.png",
        "48": "img\/favicon48.png",
        "128": "img\/favicon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.managemyurls.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.managemyurls.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}