HONY TABS
(Unofficial) Humans of New York New Tab Page.
HONY TABSとは何ですか?
HONY TABSはVipul Kashyapによって開発されたChromeの拡張機能で、その主な機能は「(Unofficial) Humans of New York New Tab Page.」です。
拡張機能のスクリーンショット
HONY TABS拡張機能のCRXファイルをダウンロード
HONY TABS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | apaljijkmhcememkaknlcpfkcccefpbj |
公式URL | https://chromewebstore.google.com/detail/hony-tabs/apaljijkmhcememkaknlcpfkcccefpbj |
説明 | (Unofficial) Humans of New York New Tab Page. |
ファイルサイズ | 205 KB |
インストール数 | 12 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-04-09 |
公開日 | 2016-04-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Vipul Kashyap |
支払い方法 | free |
対応言語 | 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" } } |