{"id":16122082,"url":"https://github.com/foxcapades/np-shop-highlight","last_synced_at":"2025-09-11T05:12:07.106Z","repository":{"id":43878273,"uuid":"240543158","full_name":"Foxcapades/np-shop-highlight","owner":"Foxcapades","description":"Utility for helping Neopets players identify items of interest in item shops.","archived":false,"fork":false,"pushed_at":"2025-02-19T19:12:32.000Z","size":6565,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T09:15:25.038Z","etag":null,"topics":["chrome-extension","neopets"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/neopets-shop-highlighter/aeflneddfelkgikdfnmgiabepophecje","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-14T15:47:52.000Z","updated_at":"2025-02-19T19:12:29.000Z","dependencies_parsed_at":"2022-09-25T00:00:53.994Z","dependency_job_id":"7d021f13-6073-4428-9935-8f845dc36bd0","html_url":"https://github.com/Foxcapades/np-shop-highlight","commit_stats":{"total_commits":204,"total_committers":5,"mean_commits":40.8,"dds":"0.33333333333333337","last_synced_commit":"bc2e564d367232fc26ae689feb472e3e502d7d84"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fnp-shop-highlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fnp-shop-highlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fnp-shop-highlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fnp-shop-highlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/np-shop-highlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243925488,"owners_count":20369906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","neopets"],"created_at":"2024-10-09T21:09:20.650Z","updated_at":"2025-03-18T11:30:38.487Z","avatar_url":"https://github.com/Foxcapades.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"= NP Shop Highlighter\n:icons: font\n:github-raw: https://raw.githubusercontent.com/Foxcapades/np-shop-highlight/master\n\nimage:https://img.shields.io/github/license/Foxcapades/np-shop-highlight?style=flat-square[GitHub]\nimage:https://img.shields.io/github/release/Foxcapades/np-shop-highlight.svg?style=flat-square[GitHub tag,link=https://github.com/Foxcapades/np-shop-highlight/releases/latest]\nimage:https://img.shields.io/travis/Foxcapades/np-shop-highlight/master.svg?style=flat-square[Travis (.org) branch,link=https://travis-ci.org/Foxcapades/np-shop-highlight]\n\nA simple chrome extension that adds shop search and item\nhighlighting to shops in Neopets.\n\nItems can be applied a customizable highlight by:\n\n- Mini stock shop addition highlighting\n- Custom user item lists with wildcard support\n\n\n== Features\n\n=== Shop Search\n\nThe shop search feature can be activated by clicking the\nextension icon at the top right of your browser window or by\nusing the keyboard shortcut `Alt+M`.  Typing in the text box\nwill automatically filter shops based on the entered text.\n\nPressing `enter` in the text box will open the first search\nresult and the `tab` key can be used to navigate the results.\n\nimage:{github-raw}/.readme/shop-search.gif[width=300]\n\n=== Mini Stock Highlighting\n\nHighlights items items added to shops by mini stocks using\nconfigurable styles.\n\nOn first refresh after the items appear they will be\nhighlighted with an initial style.  On second refresh after\ntheir appearance, the items will be given a secondary style.\n\nimage:{github-raw}/.readme/mini-stock.png[width=300]\n\n=== Item Match Highlighting\n\nAllows users to create one or more custom lists of items\nto highlight whenever they appear in a shop.  Items can be\nmatched by either full name or by wildcard on one or more\nfull words using a `*` character.\n\n.Valid Item Entries\n----\nTreasure Map Negg \u003c1\u003e\n*Map Negg \u003c2\u003e\n*Negg\nTreasure Map* \u003c3\u003e\nTreasure*\n*Treasure Map* \u003c4\u003e\n*Map Negg*\n*Negg*\n*Treasure*\n*Map*\n----\n\u003c1\u003e Will only match items with the exact title\n    `Treasure Map Negg`\n\u003c2\u003e Will match any item with a title ending with `Map Negg`\n\u003c3\u003e Will match any item with a title starting with\n    `Treasure Map`\n\u003c4\u003e Will match any item with `Treasure Map` appearing\n    anywhere in the title.\n\n\nItem lists are applied in order, meaning an item that\nappears in multiple lists wil only have the style from the\nlast of those lists applied.  This allows for the creation\nof lists with priority or exclusion lists.\n\nimage:{github-raw}/.readme/item-match.gif[width=300]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fnp-shop-highlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Fnp-shop-highlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fnp-shop-highlight/lists"}