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 |
官方網址 | 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\/*" ] } |