TaggyTag
TaggyTag chrome extension
Qu'est-ce que TaggyTag ?
TaggyTag est une extension Chrome développée par https://taggytag.com, et sa fonction principale est "TaggyTag chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TaggyTag
Téléchargez les fichiers d'extension TaggyTag 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
If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension. It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.
Informations de Base sur l'Extension
Nom | TaggyTag |
ID | fofobhhjlhfkpbjnbghoaechghbjdgem |
URL Officiel | https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem |
Description | TaggyTag chrome extension |
Taille du Fichier | 1.7 MB |
Nombre d'Installations | 17 |
Version Actuelle | 1.9.28 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | https://taggytag.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TaggyTag", "description": "TaggyTag chrome extension", "version": "1.9.28", "icons": { "128": "logo.png" }, "browser_action": { "default_popup": ".\/index.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.taggytag.com\/*" ] }, "omnibox": { "keyword": "t" }, "permissions": [ "storage", "tabs", "activeTab", "https:\/\/api.graph.cool\/*" ] } |