Hashnode — The Dev Community
Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.
Hashnode — The Dev Communityとは何ですか?
Hashnode — The Dev Communityはhttps://hashnode.comによって開発されたChromeの拡張機能で、その主な機能は「Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.」です。
拡張機能のスクリーンショット
Hashnode — The Dev Community拡張機能のCRXファイルをダウンロード
Hashnode — The Dev Community拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hashnode is one of the fastest-growing networks of software developers with developers from 180+ countries worldwide. We are empowering developers to tell their stories and help them grow in their career. With this Chrome extension, you can stay up-to-date with what's happening in the dev community without opening Hashnode everytime.
拡張機能の基本情報
名前 | Hashnode — The Dev Community |
ID | omlookjganpodhfakdpjlihigafafmkc |
公式URL | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
説明 | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
ファイルサイズ | 472 KB |
インストール数 | 74 |
現在のバージョン | 0.1.4 |
最終更新日 | 2020-06-25 |
公開日 | 2020-06-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://hashnode.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hashnode.com |
ヘルプページのURL | https://hashnode.com/support |
プライバシーポリシーページのURL | https://hashnode.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hashnode \u2014 The Dev Community", "manifest_version": 2, "version": "0.1.4", "description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.", "background": [], "short_name": "Hashnode", "browser_action": { "default_popup": "index.html" }, "externally_connectable": { "matches": [ "*:\/\/*.hashnode.com\/*" ] }, "author": "Hashnode", "homepage_url": "https:\/\/hashnode.com", "icons": { "16": "images\/hn-logo-16.png", "32": "images\/hn-logo-32.png", "48": "images\/hn-logo-48.png", "128": "images\/hn-logo-128.png" } } |