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.

Vad är Tab url reader and opener?

Tab url reader and opener är en Chrome-tillägg utvecklad av husypb, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab url reader and opener-förlängningens CRX-fil

Ladda ner Tab url reader and opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
Officiell webbadress https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
Beskrivning 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.
Filstorlek 144 KB
Antal Installationer 30
Aktuell Version 0.7.0
Senast Uppdaterad 2017-02-09
Publiceringsdatum 2017-02-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare husypb
Betalningssätt free
Stödda Språk 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"
    ]
}