SEO4Ajax Companion
SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser
SEO4Ajax Companion란 무엇입니까?
SEO4Ajax Companion은(는) https://www.seo4ajax.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser"입니다.
확장 프로그램 스크린샷
SEO4Ajax Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to use the extension - Open the URL of any website implementing the Google Ajax Scheme specification. - The extension checks that the website is respecting the specification and appends the query parameter _escaped_fragment_= to the URL if so. - The extension disables JavaScript so you can preview exactly what compliant bots see, in your browser. - The color of the extension icon turns to green meaning the snapshot of the page has been properly served. For more information, see: https://github.com/seo4ajax/companion/blob/master/README.md Source code available on github: https://github.com/seo4ajax/companion
확장 프로그램 기본 정보
이름 | SEO4Ajax Companion |
ID | biomhooeobfaecacpeblladnfbjebnnp |
공식 URL | https://chromewebstore.google.com/detail/seo4ajax-companion/biomhooeobfaecacpeblladnfbjebnnp |
설명 | SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser |
파일 크기 | 84.39 KB |
설치 횟수 | 68 |
현재 버전 | 1.0.15 |
최근 업데이트 | 2017-08-18 |
출시 날짜 | 2017-08-18 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.seo4ajax.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO4Ajax Companion", "description": "SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser", "version": "1.0.15", "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "scripts\/init.js", "scripts\/configuration.js", "scripts\/bgpage\/misc\/netfilters.js", "scripts\/bgpage\/tabs.js", "scripts\/bgpage\/network.js", "scripts\/bgpage\/welcome.js", "scripts\/bgpage\/business.js", "scripts\/bgpage\/ui.js", "scripts\/bgpage\/index.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/init.js", "scripts\/configuration.js", "scripts\/content\/misc\/minhash.js", "scripts\/content\/misc\/tokenizer.js", "scripts\/content\/bgpage.js", "scripts\/content\/url.js", "scripts\/content\/webpage.js", "scripts\/content\/business.js", "scripts\/content\/index.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "options_page": "ui\/options.html", "browser_action": { "default_title": "Click to enable\/disable SEO4Ajax Companion", "default_icon": { "38": "icons\/icon-38-default.png" } }, "manifest_version": 2 } |