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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Momento for Hacker News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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 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"
            ]
        }
    ]
}