The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
The Startup Journalとは何ですか?
The Startup Journalはhttp://www.thestartupjournal.comによって開発されたChromeの拡張機能で、その主な機能は「Be the first to be notified when we cover some best startups in India on The Startup Journal.」です。
拡張機能のスクリーンショット
The Startup Journal拡張機能のCRXファイルをダウンロード
The Startup Journal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
公式URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
説明 | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
ファイルサイズ | 97.66 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2015-08-03 |
公開日 | 2015-08-01 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | http://www.thestartupjournal.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.thestartupjournal.com |
対応言語 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |