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.

Qu'est-ce que Tab url reader and opener ?

Tab url reader and opener est une extension Chrome développée par husypb, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab url reader and opener

Téléchargez les fichiers d'extension Tab url reader and opener 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

                                            

Informations de Base sur l'Extension

Nom Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
URL Officiel https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
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.
Taille du Fichier 144 KB
Nombre d'Installations 30
Version Actuelle 0.7.0
Dernière Mise à Jour 2017-02-09
Date de Publication 2017-02-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur husypb
Type de Paiement free
Langues Prises en Charge 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"
    ]
}