Just Tweet Button

Just tweet browsing site, without any other features

Just Tweet Button란 무엇입니까?

Just Tweet Button은(는) KaoriYa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just tweet browsing site, without any other features"입니다.

확장 프로그램 스크린샷

screenshot

Just Tweet Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Very very very simple tweet button.  Just tweet current site title and URL.  No other features like the count.

You cat get whole source codes from here:
  https://github.com/koron/JustTweet

Changes in 1.1:

* Add "tabs" permission to work with new version of Chrome.
* Change prefix for page title as "»". (it will be configurable in future version)                    

확장 프로그램 기본 정보

이름 Just Tweet Button Just Tweet Button
ID feikojefkpembojkeegfajbbfecocddd
공식 URL https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd
설명 Just tweet browsing site, without any other features
파일 크기 10.92 KB
설치 횟수 7,645
현재 버전 1.1
최근 업데이트 2017-06-10
출시 날짜 2017-06-09
평점 4.40/5 총 42 개의 평점
개발자 KaoriYa
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "__MSG_buttonTip__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}