Traffic Rank
Show site popularity into the toolbar as you browse to the site.
Traffic Rank란 무엇입니까?
Traffic Rank은(는) https://tejji.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show site popularity into the toolbar as you browse to the site."입니다.
확장 프로그램 스크린샷
Traffic Rank 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows Traffic Rank into the toolbar. No clicks required. Following are the features... 1. Shows Global rank right into the toolbar. Due to limitation of space the rank is shortened e.g., 123,456 will appear as 123K, 12,234,567 will appear as 12M 2. On click on toolbar icon it shows following metrics if available 2.1 Global rank Change in Global rank 2.2 1-day old rank and change 2.3 1 week old rank and change 2.4 1 month old rank and change 2.5 1 quarter old rank and change 3. If the rank is not available it shows NA More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, https://tejji.com Disclaimers - The data is provided by hitfront.com, alexa.com - All contents belong to respective owners v1.7 - migrated to manifest v3 - removed unnecessary permissions - removed extra files to reduce package size - bug fixes v1.6 - enabled https (tls1.2) based api calls v1.5 - enabled api from hitfront.com
확장 프로그램 기본 정보
이름 | Traffic Rank |
ID | oipgijiceofkdddeceikmdjledafnehk |
공식 URL | https://chromewebstore.google.com/detail/traffic-rank/oipgijiceofkdddeceikmdjledafnehk |
설명 | Show site popularity into the toolbar as you browse to the site. |
파일 크기 | 36.14 KB |
설치 횟수 | 3,364 |
현재 버전 | 1.7 |
최근 업데이트 | 2022-08-01 |
출시 날짜 | 2022-08-01 |
평점 | 4.53/5 총 53 개의 평점 |
개발자 | https://tejji.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tejji.com/browser/chrome/extensions/ |
도움말 페이지 URL | https://tejji.com/home/contact |
개인정보 보호 정책 페이지 URL | https://tejji.com/privacy.aspx |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Traffic Rank", "version": "1.7", "description": "Show site popularity into the toolbar as you browse to the site.", "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_popup": "popup.html", "default_title": "Traffic Rank | Tejji" }, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/hitfront.com\/api\/*" ], "homepage_url": "https:\/\/tejji.com\/" } |