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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |