Copy Tabs Title URL

Copy the title and URL from a Chrome tabs

Was ist Copy Tabs Title URL?

Copy Tabs Title URL ist eine Chrome-Erweiterung, die von standard.software.net entwickelt wurde, und ihr Hauptmerkmal ist "Copy the title and URL from a Chrome tabs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Copy Tabs Title URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Tabs Title URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Copy the title and URL from a Chrome tabs.
Function
- Short Amazon URL (.com and .co.jp)
- Delete Parameter after ? From URL
- No Encode Japanese URL
- Remove Bracketed (---) From Title 
- Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type)
- Remove Answer's Name From Title On Quora (English and Japanese)
- Remove UserName From Title On GitHub Pull Request                    

Grundlegende Informationen zur Erweiterung

Name Copy Tabs Title URL Copy Tabs Title URL
ID lcfoefigmljgmbolbodknedngjcgelng
Offizielle URL https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng
Beschreibung Copy the title and URL from a Chrome tabs
Dateigröße 8.93 KB
Installationsanzahl 113
Aktuelle Version 1.0.2
Letztes Update 2022-04-18
Veröffentlichungsdatum 2022-03-09
Entwickler standard.software.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/standard-software/chrome-copy-tabs-title-url
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Tabs Title URL",
    "version": "1.0.2",
    "description": "Copy the title and URL from a Chrome tabs",
    "icons": {
        "16": "icon\/icon16x16.png",
        "128": "icon\/icon128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon\/icon16x16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": {
        "name": "Satoshi Yamamoto",
        "email": "[email protected]",
        "url": "https:\/\/www.facebook.com\/stndardsoftware"
    },
    "manifest_version": 3
}