TaggyTag
TaggyTag chrome extension
什么是TaggyTag?
TaggyTag是由https://taggytag.com开发的Chrome扩展程序,该扩展的主要功能是“TaggyTag chrome extension”。
扩展截图
下载TaggyTag扩展crx文件
下载TaggyTag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TaggyTag |
ID | fofobhhjlhfkpbjnbghoaechghbjdgem |
官方URL | https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem |
简介 | TaggyTag chrome extension |
文件大小 | 1.7 MB |
安装次数 | 17 |
当前版本 | 1.9.28 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.60/5 共5次评分 |
开发者 | https://taggytag.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |