Chrome Url Saver

Save and Load currectly opened sites

Vad är Chrome Url Saver?

Chrome Url Saver är en Chrome-tillägg utvecklad av replayer0, och dess huvudfunktion är "Save and Load currectly opened sites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chrome Url Saver-förlängningens CRX-fil

Ladda ner Chrome Url Saver-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

                        This app saves URLs of tabs that are currently opened on your Chrome browser to your Google account to reload them again on Chrome browser at anywhere, anytime.

1. Save the currently open sites to your Google account.
2. You can open your saved sites by logging in to your Google account on another PC or Chrome                    

Grundläggande Information om Tillägg

Namn Chrome Url Saver Chrome Url Saver
ID inhocmadkfmhncnfjpkjfnojfdiaghfg
Officiell webbadress https://chromewebstore.google.com/detail/chrome-url-saver/inhocmadkfmhncnfjpkjfnojfdiaghfg
Beskrivning Save and Load currectly opened sites
Filstorlek 13.28 KB
Antal Installationer 1,404
Aktuell Version 1.0.2
Senast Uppdaterad 2022-09-28
Publiceringsdatum 2016-11-23
Betyg 4.86/5 Totalt 35 Betyg
Utvecklare replayer0
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Url Saver",
    "version": "1.0.2",
    "description": "Save and Load currectly opened sites",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}