Tweet The Page
Tweet the current page from the address bar
Tweet The Page란 무엇입니까?
Tweet The Page은(는) Tiny Web Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweet the current page from the address bar"입니다.
확장 프로그램 스크린샷
Tweet The Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away. Version 2.0.0 - Sharing panel opens in separate window.
확장 프로그램 기본 정보
이름 | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
공식 URL | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
설명 | Tweet the current page from the address bar |
파일 크기 | 689 KB |
설치 횟수 | 58 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2015-04-24 |
출시 날짜 | 2015-04-24 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Tiny Web Apps |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet The Page", "version": "2.0.0", "author": "Tiny Web Apps", "description": "Tweet the current page from the address bar", "icons": { "16": "img\/icon-x16.png", "48": "img\/icon-x48.png", "128": "img\/icon-x128.png" }, "permissions": [ "tabs" ], "page_action": { "default_icon": { "19": "img\/icon-x19.png", "38": "img\/icon-x38.png" }, "default_title": "Tweet this Page" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] } } |