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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bit Poetry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |