Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Open in SpyFu란 무엇입니까?
Open in SpyFu은(는) https://www.jeffreyanichols.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the current tab in SpyFu by Jeffrey Nichols"입니다.
확장 프로그램 스크린샷
Open in SpyFu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open in SpyFu adds a button to the address bar which when clicked opens a new tab and passes the current URL to SpyFu for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website. 1/3/2013 UPDATE: Fixed the extension.
확장 프로그램 기본 정보
이름 | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
공식 URL | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
설명 | Open the current tab in SpyFu by Jeffrey Nichols |
파일 크기 | 25.02 KB |
설치 횟수 | 5,148 |
현재 버전 | 2.1 |
최근 업데이트 | 2013-01-03 |
출시 날짜 | 2013-01-03 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | https://www.jeffreyanichols.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jeffreyanichols.com |
도움말 페이지 URL | http://jeffreyanichols.com/contact.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in SpyFu", "version": "2.1", "manifest_version": 2, "background": { "scripts": [ "spyfu.js" ] }, "description": "Open the current tab in SpyFu by Jeffrey Nichols", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in SpyFu" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |