ThemeForest Live Preview Opener
This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.
ThemeForest Live Preview Opener란 무엇입니까?
ThemeForest Live Preview Opener은(는) https://www.desdinova.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website."입니다.
확장 프로그램 스크린샷
ThemeForest Live Preview Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension help you to choose the right template on Themeforest opening all Live Preview at the same time. HOW TO USE: 1. Visit Themeforest website (www.themeforest.net) and search for a category or subcategory (like this: https://themeforest.net/category/wordpress) 2. If necessary use filter on the left sidebar 3. When ready hit the "ThemeForest Live Preview Opener" extension and Click on the main button 4. The extension will open all the Live Preview links in the result page (up to 25 per page) into new instances of Google Chrome, helping you to choose the preferred template NOTE: Please pay attention because this extension open up to 25 new Google Chrome instances. HISTORY: 1.0: First release
확장 프로그램 기본 정보
이름 | ThemeForest Live Preview Opener |
ID | fligephodajhpehaboigmbjconlfpnfd |
공식 URL | https://chromewebstore.google.com/detail/themeforest-live-preview/fligephodajhpehaboigmbjconlfpnfd |
설명 | This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website. |
파일 크기 | 10.95 KB |
설치 횟수 | 22 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-10-23 |
출시 날짜 | 2016-10-23 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.desdinova.it |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.desdinova.it/cookies.aspx?lang=en |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "name": "ThemeForest Live Preview Opener", "description": "This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.", "version": "1.0", "offline_enabled": true, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "notifications", "browsingData", "webRequest", "webNavigation", "activeTab" ] } |