Bit Poetry
An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Что такое Bit Poetry?
Bit Poetry - это расширение Chrome, разработанное Unknown, и его основная функция - "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".
Снимки экрана расширения
Скачать файл CRX расширения Bit Poetry
Скачайте файлы расширений Bit Poetry в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Bit Poetry |
ID | ccmjcafdnleabnohoojckhbgnkkabgdi |
Официальный URL | https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi |
Описание | An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of… |
Размер файла | 1.01 MB |
Количество установок | 114 |
Текущая Версия | 1 |
Последнее Обновление | 2017-05-20 |
Дата публикации | 2017-05-19 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |