Bit Poetry

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

Vad är Bit Poetry?

Bit Poetry är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".

Tilläggsskärmbilder

screenshot

Ladda ner Bit Poetry-förlängningens CRX-fil

Ladda ner Bit Poetry-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bit Poetry Bit Poetry
ID ccmjcafdnleabnohoojckhbgnkkabgdi
Officiell webbadress https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi
Beskrivning An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Filstorlek 1.01 MB
Antal Installationer 114
Aktuell Version 1
Senast Uppdaterad 2017-05-20
Publiceringsdatum 2017-05-19
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}