Tweep List for Twitter
Adds an avatar menu to Twitter for quickly accessing user timelines.
Tweep List for Twitter란 무엇입니까?
Tweep List for Twitter은(는) https://serdar.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an avatar menu to Twitter for quickly accessing user timelines."입니다.
확장 프로그램 스크린샷
Tweep List for Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UPDATED for the new Twitter. One-click access to user timelines. Drag any avatar to the menu to add to your list. Drag out to remove an avatar from your list. No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following. Works with Twitter desktop client. Syncs your list with your Google Chrome account. Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list
확장 프로그램 기본 정보
이름 | Tweep List for Twitter |
ID | oalmfcciblkpdbjinikclcdjnllkpoca |
공식 URL | https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca |
설명 | Adds an avatar menu to Twitter for quickly accessing user timelines. |
파일 크기 | 84.51 KB |
설치 횟수 | 212 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2017-09-05 |
출시 날짜 | 2017-09-05 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://serdar.work |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://serdar.work |
개인정보 보호 정책 페이지 URL | https://serdar.work/chrome-extensions/privacy-policy.html |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "lib\/jquery.js", "lib\/jquery.ui.core.js", "lib\/jquery.ui.widget.js", "lib\/jquery.ui.mouse.js", "lib\/jquery.ui.sortable.js", "lib\/jquery.ui.draggable.js", "lib\/jquery.ui.droppable.js", "lib\/jquery.ui.resizable.js", "lib\/jquery.mousewheel.js", "tweepList.js" ] } ], "homepage_url": "http:\/\/serdar.work" } |