Bit Poetry
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Was ist Bit Poetry?
Bit Poetry ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".
Erweiterungsscreenshots
Bit Poetry-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bit Poetry-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bit Poetry |
ID | ccmjcafdnleabnohoojckhbgnkkabgdi |
Offizielle URL | https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi |
Beschreibung | An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of… |
Dateigröße | 1.01 MB |
Installationsanzahl | 114 |
Aktuelle Version | 1 |
Letztes Update | 2017-05-20 |
Veröffentlichungsdatum | 2017-05-19 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |