Momento for Hacker News
Add tags to HN users so you can remember them in the future
什么是Momento for Hacker News?
Momento for Hacker News是由https://swaglord.co开发的Chrome扩展程序,该扩展的主要功能是“Add tags to HN users so you can remember them in the future”。
扩展截图
下载Momento for Hacker News扩展crx文件
下载Momento for Hacker News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Add tags to users on HN: so you can remember all the cool people on there - Keep track of who works where (astroturfing counter-measures) - You'll get some pre-existing tags to jump-start your own user tags - Avoid embarrassing yourself (https://news.ycombinator.com/item?id=35079) - Unobtrusive by default: stays out of the way when not using tags - Suggested tags coming soon! - Syncing coming soon!
扩展基本信息
名称 | Momento for Hacker News |
ID | ldamdlljpkkejoiohakbapncdjfolgfh |
官方URL | https://chromewebstore.google.com/detail/momento-for-hacker-news/ldamdlljpkkejoiohakbapncdjfolgfh |
简介 | Add tags to HN users so you can remember them in the future |
文件大小 | 133 KB |
安装次数 | 22 |
当前版本 | 1.1 |
更新时间 | 2017-07-17 |
上架时间 | 2017-07-16 |
评分 | 5.00/5 共1次评分 |
开发者 | https://swaglord.co |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momento for Hacker News", "short_name": "HN User Tagger", "description": "Add tags to HN users so you can remember them in the future", "version": "1.1", "minimum_chrome_version": "56.0.2924", "background": { "scripts": [ ".\/event-page.js" ], "persistent": false }, "icons": { "16": ".\/icon16.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ ".\/content-script.css" ], "js": [ ".\/content-script.js" ] } ] } |