Save All Tab URLs

Get the raw URLs of all your open tabs!

Qu'est-ce que Save All Tab URLs ?

Save All Tab URLs est une extension Chrome développée par Erisa A, et sa fonction principale est "Get the raw URLs of all your open tabs!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save All Tab URLs

Téléchargez les fichiers d'extension Save All Tab URLs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

Informations de Base sur l'Extension

Nom Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
URL Officiel https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Description Get the raw URLs of all your open tabs!
Taille du Fichier 13.36 KB
Nombre d'Installations 1,851
Version Actuelle 0.1.4
Dernière Mise à Jour 2019-10-14
Date de Publication 2019-10-13
Évaluation 5.00/5 Total 5 Évaluations
Développeur Erisa A
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://erisa.uk/privacy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}