VG News
Makes the front page of VG.no look like Hacker News.
VG Newsとは何ですか?
VG NewsはMichael Johansenによって開発されたChromeの拡張機能で、その主な機能は「Makes the front page of VG.no look like Hacker News.」です。
拡張機能のスクリーンショット
VG News拡張機能のCRXファイルをダウンロード
VG News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension was made for demo purposes in relation to a 30-minute workshop on Chrome extensions where I work. Use both the extension and the code (see GitHub) at your own discretion. I take absolutely no responsibility for anyones use of the extension or the code. Questions? Send me an email.
拡張機能の基本情報
名前 | |
ID | efehmpikadfdbcabkelfcggeodojbkej |
公式URL | https://chrome.google.com/webstore/detail/vg-news/efehmpikadfdbcabkelfcggeodojbkej |
説明 | Makes the front page of VG.no look like Hacker News. |
ファイルサイズ | 55.61 KB |
インストール数 | 40 |
現在のバージョン | 0.4.0 |
最終更新日 | 2016-10-11 |
公開日 | 2016-10-11 |
開発者 | Michael Johansen |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/michaeljohansen/vg-news |
対応言語 | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VG News", "description": "Makes the front page of VG.no look like Hacker News.", "manifest_version": 2, "version": "0.4.0", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.vg.no\/*" ], "js": [ "jquery-3.1.1.min.js", "vgnews.js" ] } ], "web_accessible_resources": [ "128.png" ] } |