Tweet Page
A button that lets you tweet the current page title and url.
Tweet Page란 무엇입니까?
Tweet Page은(는) Stuart Knightley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A button that lets you tweet the current page title and url."입니다.
확장 프로그램 스크린샷
Tweet Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting. No adware. Open source.
확장 프로그램 기본 정보
이름 | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
공식 URL | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
설명 | A button that lets you tweet the current page title and url. |
파일 크기 | 9.82 KB |
설치 횟수 | 288 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2014-01-20 |
출시 날짜 | 2014-01-20 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Stuart Knightley |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Stuk/tweet-page-chrome-extension |
도움말 페이지 URL | https://github.com/Stuk/tweet-page-chrome-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Page", "version": "0.0.1", "manifest_version": 2, "description": "A button that lets you tweet the current page title and url.", "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_tweetPage__" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "permissions": [ "tabs" ] } |