charapara
Charapara, an initiative by Kerala Designers Collaborative (KDCo), is a dummy text generator for Malayalam
Wat is charapara?
charapara is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Charapara, an initiative by Kerala Designers Collaborative (KDCo), is a dummy text generator for Malayalam".
Extensie Screenshots
Download het CRX-bestand van de extensie charapara
Download charapara-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
Charapara, an initiative by Kerala Designers Collaborative (KDCo), is a dummy text generator for Malayalam
Basisinformatie over de Extensie
Naam | charapara |
ID | nlmlpofnkhafppdheoijdfimebhmgila |
Officiële URL | https://chromewebstore.google.com/detail/charapara/nlmlpofnkhafppdheoijdfimebhmgila |
Beschrijving | Charapara, an initiative by Kerala Designers Collaborative (KDCo), is a dummy text generator for Malayalam |
Bestandsgrootte | 92.2 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2018-05-25 |
Publicatiedatum | 2018-05-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://charapara.in/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" } } |