Deep Type
A place for keep your random thoughts [privately]
Vad är Deep Type?
Deep Type är en Chrome-tillägg utvecklad av frnd.ai, och dess huvudfunktion är "A place for keep your random thoughts [privately]".
Tilläggsskärmbilder
Ladda ner Deep Type-förlängningens CRX-fil
Ladda ner Deep Type-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fpfhjmibgfgjkdlkjfmicekmihdpbjij | 
| Officiell webbadress | https://chromewebstore.google.com/detail/deep-type/fpfhjmibgfgjkdlkjfmicekmihdpbjij | 
| Beskrivning | A place for keep your random thoughts [privately] | 
| Filstorlek | 12.25 KB | 
| Antal Installationer | 44 | 
| Aktuell Version | 1.3.1 | 
| Senast Uppdaterad | 2020-05-09 | 
| Publiceringsdatum | 2020-05-09 | 
| Betyg | 5.00/5 Totalt 2 Betyg | 
| Utvecklare | frnd.ai | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://www.frnd.ai/privacy-policy-1 | 
| Stödda Språk | 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"
    ]
}  |  |