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…”。

扩展截图

screenshot

下载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 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"
    }
}