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'est-ce que Bit Poetry ?

Bit Poetry est une extension Chrome développée par Unknown, et sa fonction principale est "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bit Poetry

Téléchargez les fichiers d'extension Bit Poetry au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bit Poetry Bit Poetry
ID ccmjcafdnleabnohoojckhbgnkkabgdi
URL Officiel https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi
Description An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Taille du Fichier 1.01 MB
Nombre d'Installations 114
Version Actuelle 1
Dernière Mise à Jour 2017-05-20
Date de Publication 2017-05-19
Évaluation 4.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}