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によって開発されたChromeの拡張機能で、その主な機能は「An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…」です。
拡張機能のスクリーンショット
Bit Poetry拡張機能のCRXファイルをダウンロード
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" } } |