Tab url reader and opener

This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.

Apa itu Tab url reader and opener?

Tab url reader and opener adalah ekstensi Chrome yang dikembangkan oleh husypb, dan fitur utamanya adalah "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab url reader and opener

Unduh file ekstensi Tab url reader and opener 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

                                            

Informasi Dasar Ekstensi

Nama Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
URL Resmi https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
Deskripsi This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Ukuran File 144 KB
Jumlah Instalasi 30
Versi Saat Ini 0.7.0
Terakhir Diperbarui 2017-02-09
Tanggal Publikasi 2017-02-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang husypb
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab url reader and opener",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
    "browser_action": {
        "default_icon": "pugapps48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "pugapps16.png",
        "48": "pugapps48.png",
        "128": "pugapps128.png"
    },
    "permissions": [
        "tabs"
    ]
}