Cohost Tag Groups
Adds the ability to conveniently add multiple related tags to a Cohost post.
Qu'est-ce que Cohost Tag Groups ?
Cohost Tag Groups est une extension Chrome développée par AmyPercent, et sa fonction principale est "Adds the ability to conveniently add multiple related tags to a Cohost post.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cohost Tag Groups
Téléchargez les fichiers d'extension Cohost Tag Groups 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
In the options page for this extension, you can add keys and values. Keys correspond to tags that you will manually enter, and values correspond to tags that will automatically be added by the extension when creating or editing posts.
Informations de Base sur l'Extension
Nom | Cohost Tag Groups |
ID | habpkepemnohglcekmjnjnbpphmkhnhi |
URL Officiel | https://chromewebstore.google.com/detail/cohost-tag-groups/habpkepemnohglcekmjnjnbpphmkhnhi |
Description | Adds the ability to conveniently add multiple related tags to a Cohost post. |
Taille du Fichier | 9.79 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2023-09-09 |
Date de Publication | 2023-04-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | AmyPercent |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cohost.org/amypercent |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cohost Tag Groups", "version": "1.8", "description": "Adds the ability to conveniently add multiple related tags to a Cohost post.", "icons": { "16": "icons\/eggbug-wizard-16.png", "32": "icons\/eggbug-wizard-32.png", "48": "icons\/eggbug-wizard-48.png", "96": "icons\/eggbug-wizard-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.cohost.org\/*" ], "js": [ "tag-groups.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true, "browser_style": true }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |