Deep Type
A place for keep your random thoughts [privately]
What is Deep Type?
Deep Type is a Chrome extension developed by frnd.ai, and its main feature is "A place for keep your random thoughts [privately]".
Extension Screenshots
Download Deep Type Extension CRX File
Download Deep Type extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Deep Type |
ID | fpfhjmibgfgjkdlkjfmicekmihdpbjij |
Official URL | https://chromewebstore.google.com/detail/deep-type/fpfhjmibgfgjkdlkjfmicekmihdpbjij |
Description | A place for keep your random thoughts [privately] |
File Size | 12.25 KB |
Installation Count | 44 |
Current Version | 1.3.1 |
Last Updated | 2020-05-09 |
Publish Date | 2020-05-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | frnd.ai |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.frnd.ai/privacy-policy-1 |
Supported Languages | 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" ] } |