HONY TABS
(Unofficial) Humans of New York New Tab Page.
What is HONY TABS?
HONY TABS is a Chrome extension developed by Vipul Kashyap, and its main feature is "(Unofficial) Humans of New York New Tab Page.".
Extension Screenshots
Download HONY TABS Extension CRX File
Download HONY TABS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you love Humans of New York?! I know I do! Every time you open a new tab, the most recent HONY post will be there for you to enjoy and you can scroll back to see older posts as well!
Extension Basic Information
Name | |
ID | apaljijkmhcememkaknlcpfkcccefpbj |
Official URL | https://chromewebstore.google.com/detail/hony-tabs/apaljijkmhcememkaknlcpfkcccefpbj |
Description | (Unofficial) Humans of New York New Tab Page. |
File Size | 205 KB |
Installation Count | 12 |
Current Version | 1.0.3 |
Last Updated | 2016-04-09 |
Publish Date | 2016-04-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Vipul Kashyap |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HONY TABS", "description": "(Unofficial) Humans of New York New Tab Page.", "version": "1.0.3", "permissions": [ "http:\/\/www.humansofnewyork.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "res\/ico.png", "48": "res\/ico.png", "128": "res\/ico.png" } } |