SEO Highlight Links
SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.
SEO Highlight Links란 무엇입니까?
SEO Highlight Links은(는) Shounak Gupte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them."입니다.
확장 프로그램 스크린샷
SEO Highlight Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SEO Highlight Links is part of the SEO Wizard Plugin. Highlight Links is a FREE SEO extension which is useful for SEO Experts and Webmasters. The plugin displays all relevent information about links on a page and also highlights them. Don't forget to refresh the browser after you install the plugin. Go to the Settings tab to select the types of links you want to highlight and also pick a colour. UPDATE 22/05/2017: VERSION 1.0 RELEASED. Main features: - List internal links. - List external links. - List broken links. - Highlight nofollow links. - Highlight dofollow links. - Highlight internal links. - Highlight external links. - Highlight broken links.
확장 프로그램 기본 정보
이름 | |
ID | ljklgocpdbidpddhfpnmcmfbelfpfjpg |
공식 URL | https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg |
설명 | SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them. |
파일 크기 | 975 KB |
설치 횟수 | 600 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-05-22 |
출시 날짜 | 2017-05-22 |
평점 | 1.50/5 총 8 개의 평점 |
개발자 | Shounak Gupte |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
도움말 페이지 URL | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
개인정보 보호 정책 페이지 URL | https://www.shounakgupte.com/privacypolicy.htm |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Highlight Links", "description": "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.", "version": "1.0.1", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.3.js", "content.js", "js\/toastr.min.js" ], "css": [ "css\/toastr.min.css" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "SEO Highlight Links", "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "activeTab", "storage", "http:\/\/*\/*" ] } |