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 là gì?

Bit Poetry là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bit Poetry

Tải xuống các tệp mở rộng Bit Poetry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bit Poetry Bit Poetry
ID ccmjcafdnleabnohoojckhbgnkkabgdi
URL Chính Thức https://chromewebstore.google.com/detail/bit-poetry/ccmjcafdnleabnohoojckhbgnkkabgdi
Mô tả An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-19
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}