Deep Type
A place for keep your random thoughts [privately]
Deep Typeとは何ですか?
Deep Typeはfrnd.aiによって開発されたChromeの拡張機能で、その主な機能は「A place for keep your random thoughts [privately]」です。
拡張機能のスクリーンショット
Deep Type拡張機能のCRXファイルをダウンロード
Deep Type拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Deep Type
An inception is the root of an idea that might become next billion dollor project or a cool side project,
never miss your ideas again 拡張機能の基本情報
| 名前 | |
| ID | fpfhjmibgfgjkdlkjfmicekmihdpbjij |
| 公式URL | https://chromewebstore.google.com/detail/deep-type/fpfhjmibgfgjkdlkjfmicekmihdpbjij |
| 説明 | A place for keep your random thoughts [privately] |
| ファイルサイズ | 12.25 KB |
| インストール数 | 44 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2020-05-09 |
| 公開日 | 2020-05-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | frnd.ai |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.frnd.ai/privacy-policy-1 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Deep Type",
"description": "A place for keep your random thoughts [privately]",
"version": "1.3.1",
"author": "Navaneeth KT",
"browser_action": {
"default_title": "New Tab"
},
"chrome_url_overrides": {
"newtab": "note.html"
},
"icons": {
"128": "icon2.png",
"48": "icon1.png"
},
"permissions": [
"activeTab",
"storage"
]
} | |