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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |