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.

Wat is Tab url reader and opener?

Tab url reader and opener is een Chrome-extensie ontwikkeld door husypb, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab url reader and opener

Download Tab url reader and opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
Officiële URL https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
Beschrijving 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.
Bestandsgrootte 144 KB
Aantal Installaties 30
Huidige Versie 0.7.0
Laatst Bijgewerkt 2017-02-09
Publicatiedatum 2017-02-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar husypb
Betalingswijze free
Ondersteunde Talen 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"
    ]
}