Conrad
A writer-focused swipe file
Wat is Conrad?
Conrad is een Chrome-extensie ontwikkeld door voucherify.io, en de belangrijkste functie is "A writer-focused swipe file".
Extensie Screenshots
Download het CRX-bestand van de extensie Conrad
Download Conrad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | nohgfkpnpkgfmbndacgoapokhkkeadip |
| Officiële URL | https://chromewebstore.google.com/detail/conrad/nohgfkpnpkgfmbndacgoapokhkkeadip |
| Beschrijving | A writer-focused swipe file |
| Bestandsgrootte | 281 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2018-08-01 |
| Publicatiedatum | 2018-08-01 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | voucherify.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.getconrad.xyz/ |
| Help Pagina-URL | https://www.getconrad.xyz/ |
| URL van de Privacybeleid Pagina | https://www.getconrad.xyz |
| Ondersteunde Talen | 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"
]
} | |