Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
Qu'est-ce que Copy Tabs Title URL ?
Copy Tabs Title URL est une extension Chrome développée par standard.software.net, et sa fonction principale est "Copy the title and URL from a Chrome tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Tabs Title URL
Téléchargez les fichiers d'extension Copy Tabs Title URL 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
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
Informations de Base sur l'Extension
Nom | Copy Tabs Title URL |
ID | lcfoefigmljgmbolbodknedngjcgelng |
URL Officiel | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
Description | Copy the title and URL from a Chrome tabs |
Taille du Fichier | 8.93 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-04-18 |
Date de Publication | 2022-03-09 |
Développeur | standard.software.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/standard-software/chrome-copy-tabs-title-url |
Langues Prises en Charge | 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 } |