Full Width Twitter
Change twitter layout to full-width and bold in links
Full Width Twitter란 무엇입니까?
Full Width Twitter은(는) https://www.twisted.cz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change twitter layout to full-width and bold in links"입니다.
확장 프로그램 스크린샷
Full Width Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change twitter layout to full-width and bold in links === no ads, no logins, just profit :) CHANGELOG ========== 0.5 - twitter changes 0-4 - afect just home screen 0.3 - change styles on other screens 0.2 - bold-in links 0.1 - first prototype
확장 프로그램 기본 정보
이름 | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
공식 URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
설명 | Change twitter layout to full-width and bold in links |
파일 크기 | 46.64 KB |
설치 횟수 | 125 |
현재 버전 | 0.5 |
최근 업데이트 | 2013-06-24 |
출시 날짜 | 2013-06-24 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | https://www.twisted.cz |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Width Twitter", "version": "0.5", "manifest_version": 2, "description": "Change twitter layout to full-width and bold in links", "background": { "scripts": [ "myjs.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Full width Twitter" }, "offline_enabled": true, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyle.css" ] } ] } |