Bit Poetry
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
O que é Bit Poetry?
Bit Poetry é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bit Poetry
Baixe arquivos de extensão Bit Poetry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bit Poetry |
ID | ccmjcafdnleabnohoojckhbgnkkabgdi |
URL Oficial | https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi |
Descrição | An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of… |
Tamanho do Arquivo | 1.01 MB |
Contagem de Instalações | 114 |
Versão Atual | 1 |
Última Atualização | 2017-05-20 |
Data de Publicação | 2017-05-19 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |