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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "An extension that generates poetry from a webpage! Curious about language patterns in the digital text you read? Make poetry out of…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bit Poetry

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}