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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |