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]”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Deep Type Deep Type
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
电子邮箱 [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"
    ]
}