Bit Poetry
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
¿Qué es Bit Poetry?
Bit Poetry es una extensión de Chrome desarrollada por Unknown, y su función principal es "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bit Poetry
Descarga archivos de extensión Bit Poetry en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of it, and see if there are any common phrases, ideas or themes. This extension takes the text of the current tab and sorts the words based on rhyme and syllable in order to generate poems. Choose a type of poem in the options page, navigate to a new tab, and click the icon to get a unique, randomized poem for the page.
Información Básica de la Extensión
Nombre | Bit Poetry |
ID | ccmjcafdnleabnohoojckhbgnkkabgdi |
URL Oficial | https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi |
Descripción | An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of… |
Tamaño del Archivo | 1.01 MB |
Cantidad de Instalaciones | 114 |
Versión Actual | 1 |
Última Actualización | 2017-05-20 |
Fecha de Publicación | 2017-05-19 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bit Poetry", "manifest_version": 2, "version": "1", "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Write Poem", "default_icon": "images\/poet.png" } } |