Open All Trends
Opens all Twitter trends in a new tab with a single click.
Open All Trends란 무엇입니까?
Open All Trends은(는) https://klivk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens all Twitter trends in a new tab with a single click."입니다.
확장 프로그램 스크린샷
Open All Trends 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.
확장 프로그램 기본 정보
이름 | Open All Trends |
ID | dgomcbkojfbididkgeaildpcmoehpajo |
공식 URL | https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo |
설명 | Opens all Twitter trends in a new tab with a single click. |
파일 크기 | 38.62 KB |
설치 횟수 | 52 |
현재 버전 | 1.0.0.3 |
최근 업데이트 | 2013-02-10 |
출시 날짜 | 2013-02-10 |
개발자 | https://klivk.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://serdar.work/chrome-extensions/privacy-policy.html |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/open-all-trends" } |