Bit Poetry
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Apa itu Bit Poetry?
Bit Poetry adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bit Poetry
Unduh file ekstensi Bit Poetry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bit Poetry |
ID | ccmjcafdnleabnohoojckhbgnkkabgdi |
URL Resmi | https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi |
Deskripsi | An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of… |
Ukuran File | 1.01 MB |
Jumlah Instalasi | 114 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2017-05-20 |
Tanggal Publikasi | 2017-05-19 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |