Bit Poetry

An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…

Cos'è Bit Poetry?

Bit Poetry è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bit Poetry

Scarica i file di estensione Bit Poetry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bit Poetry Bit Poetry
ID ccmjcafdnleabnohoojckhbgnkkabgdi
URL Ufficiale https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi
Descrizione An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Dimensione del File 1.01 MB
Conteggio Installazioni 114
Versione Corrente 1
Ultimo Aggiornamento 2017-05-20
Data di Pubblicazione 2017-05-19
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}