Tabs 2 Text

Copies addresses from your tabs to one place!

Wat is Tabs 2 Text?

Tabs 2 Text is een Chrome-extensie ontwikkeld door rkapadia, en de belangrijkste functie is "Copies addresses from your tabs to one place!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabs 2 Text

Download Tabs 2 Text-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

                        Ever needed to copy URLs from several tabs? Now you can! This extension can copy the web addresses from all your tabs in a window, for easy sharing with your friends and family! It also allows for reopening several links into separate tabs.                    

Basisinformatie over de Extensie

Naam Tabs 2 Text Tabs 2 Text
ID ijennmbnpfcchnmhmmnoidafgaepdfkp
Officiële URL https://chromewebstore.google.com/detail/tabs-2-text/ijennmbnpfcchnmhmmnoidafgaepdfkp
Beschrijving Copies addresses from your tabs to one place!
Bestandsgrootte 25.5 KB
Aantal Installaties 274
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-01-09
Publicatiedatum 2014-01-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rkapadia
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs 2 Text",
    "short_name": "Tabs 2 Text",
    "description": "Copies addresses from your tabs to one place!",
    "version": "0.0.2",
    "icons": {
        "64": "icon.png",
        "128": "icon-128.png",
        "256": "Icon-256.png"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png",
        "main.html",
        "tabs.js"
    ],
    "browser_action": {
        "default_title": "Tabs 2 Text",
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}