Momento for Hacker News

Add tags to HN users so you can remember them in the future

Momento for Hacker News là gì?

Momento for Hacker News là một tiện ích mở rộng Chrome được phát triển bởi https://swaglord.co, và tính năng chính của nó là "Add tags to HN users so you can remember them in the future".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Momento for Hacker News

Tải xuống các tệp mở rộng Momento for Hacker News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Momento for Hacker News Momento for Hacker News
ID ldamdlljpkkejoiohakbapncdjfolgfh
URL Chính Thức https://chromewebstore.google.com/detail/momento-for-hacker-news/ldamdlljpkkejoiohakbapncdjfolgfh
Mô tả Add tags to HN users so you can remember them in the future
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-07-17
Ngày Phát Hành 2017-07-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://swaglord.co
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}