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 |
官方網址 | 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" } } |