nombre
Use people's first names in your tweets to them
nombre란 무엇입니까?
nombre은(는) Draft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use people's first names in your tweets to them"입니다.
확장 프로그램 스크린샷
nombre 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
> Remember that a man's name is to him the sweetest and most important sound in the English language. > **Dale Carnegie** (How to Win Friends and Influence People) nombre automatically adds the first name of the person you are replying to on Twitter to the Tweet. ## Background I'm surprised more people haven't read Carnegie's book. It's the top book on [Y Combinator's recommended library](http://ycombinator.com/lib.html). For years I struggled building an audience. But things are clicking now with my writing and my project [Draft](http://draftin.com) to help people [write better](http://draftin.com). One helpful technique I figured out is simply getting better at interacting with more people on Twitter. And I like using people's first names in communication with them. People are blind to their Twitter handles. Who the hell is @natekontny? I prefer Nate or Nathan. I think most other people prefer their own name too. But if you use Twitter in any volume, typing people's first names can be quite a task, and it's prone to typos. nombre was made to automate just a little bit of the typing. There's not much to it. After installation, click Reply on a Tweet in your stream, and their first name will automatically be populated in the Tweet box. P.S. [**I'd love to meet you on Twitter: here**](http://twitter.com/natekontny). Feedback -------- [Source code available on Github](https://github.com/n8/nombre). Feedback and pull requests are greatly appreciated. Let me know if I can improve this.
확장 프로그램 기본 정보
이름 | nombre |
ID | mplclfkbgibkpdclilboknbdechghgpi |
공식 URL | https://chromewebstore.google.com/detail/nombre/mplclfkbgibkpdclilboknbdechghgpi |
설명 | Use people's first names in your tweets to them |
파일 크기 | 72.33 KB |
설치 횟수 | 14 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-02-04 |
출시 날짜 | 2014-02-04 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Draft |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "nombre", "version": "1.0.1", "manifest_version": 2, "description": "Use people's first names in your tweets to them", "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "content_script.js" ] } ] } |