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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add tags to HN users so you can remember them in the future"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Momento for Hacker News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |