TaggyTag
TaggyTag chrome extension
What is TaggyTag?
TaggyTag is a Chrome extension developed by https://taggytag.com, and its main feature is "TaggyTag chrome extension".
Extension Screenshots
Download TaggyTag Extension CRX File
Download TaggyTag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TaggyTag |
ID | fofobhhjlhfkpbjnbghoaechghbjdgem |
Official URL | https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem |
Description | TaggyTag chrome extension |
File Size | 1.7 MB |
Installation Count | 17 |
Current Version | 1.9.28 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.60/5 Total 5 Ratings |
Developer | https://taggytag.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |