Conrad

A writer-focused swipe file

What is Conrad?

Conrad is a Chrome extension developed by voucherify.io, and its main feature is "A writer-focused swipe file".

Extension Screenshots

screenshot

Download Conrad Extension CRX File

Download Conrad 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

                                            

Extension Basic Information

Name Conrad Conrad
ID nohgfkpnpkgfmbndacgoapokhkkeadip
Official URL https://chromewebstore.google.com/detail/conrad/nohgfkpnpkgfmbndacgoapokhkkeadip
Description A writer-focused swipe file
File Size 281 KB
Installation Count 21
Current Version 0.1.2
Last Updated 2018-08-01
Publish Date 2018-08-01
Rating 4.00/5 Total 1 Ratings
Developer voucherify.io
Email [email protected]
Payment Type free
Extension Website https://www.getconrad.xyz/
Help Page URL https://www.getconrad.xyz/
Privacy Policy Page URL https://www.getconrad.xyz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conrad",
    "version": "0.1.2",
    "description": "A writer-focused swipe file",
    "web_accessible_resources": [
        "entry.js"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Conrad"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}