Save All Tab URLs

Get the raw URLs of all your open tabs!

Apa itu Save All Tab URLs?

Save All Tab URLs adalah ekstensi Chrome yang dikembangkan oleh Erisa A, dan fitur utamanya adalah "Get the raw URLs of all your open tabs!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Save All Tab URLs

Unduh file ekstensi Save All Tab URLs 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

                        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!                    

Informasi Dasar Ekstensi

Nama Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
URL Resmi https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Deskripsi Get the raw URLs of all your open tabs!
Ukuran File 13.36 KB
Jumlah Instalasi 1,851
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2019-10-14
Tanggal Publikasi 2019-10-13
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Erisa A
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://erisa.uk/privacy
Bahasa yang Didukung 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"
    ]
}