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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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