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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swaglord.co และคุณลักษณะหลักของมันคือ "Add tags to HN users so you can remember them in the future"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Momento for Hacker News

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}