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文件
下載ThemeForest Live Preview Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |