Testing Daily | The Tester's Home Page
Get the feed of the latest testing news.
什麼是Testing Daily | The Tester's Home Page?
Testing Daily | The Tester's Home Page是由https://selectorshub.com開發的Chrome擴展程式,該擴展的主要功能是“Get the feed of the latest testing news.”。
擴展截圖
下載Testing Daily | The Tester's Home Page擴展crx文件
下載Testing Daily | The Tester's Home Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Testing Daily is the Tester's home page which list down all the latest trending blogs, tutorials and news related to testing in the blank new tab. How to use Testing Daily plugin? 1- Add to Browser. 2- Now open new tab to get the Latest Testing Updates. Wow!! You are all set, Enjoy using the Testing Daily and keep yourself updated with all the latest testing news. If you don't want to see it every time in new tab, you can pause it as well. Video Tutorial- https://www.youtube.com/watch?v=ldO6wn7EZQg Why give it a try? Stay up-to-date with zero effort. Free forever. No sign up needed. Active Testing community To learn more about Testing Daily, please checkout product page- https://www.selectorshub.com/testing-daily/ If you have any query, please write us at [email protected]
擴展基本資訊
名稱 | Testing Daily | The Tester's Home Page |
ID | fpnceijpmnhdfjpgkaofcehohifomecd |
官方網址 | https://chromewebstore.google.com/detail/testing-daily-the-testers/fpnceijpmnhdfjpgkaofcehohifomecd |
簡介 | Get the feed of the latest testing news. |
檔案大小 | 2.29 MB |
安裝次數 | 9,325 |
目前版本 | 1.1.0.9 |
更新時間 | 2024-01-23 |
上架時間 | 2022-11-08 |
評分 | 4.95/5 共 147 次評分 |
開發者 | https://selectorshub.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://selectorshub.com/testing-daily/ |
說明頁面URL | http://selectorshub.com/ |
隱私政策頁面URL | https://selectorshub.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Testing Daily | The Tester's Home Page", "description": "Get the feed of the latest testing news.", "version": "1.1.0.9", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Testing Daily" }, "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*.testingdaily.info\/*", "https:\/\/*.testcasehub.net\/*" ], "icons": { "128": "logo\/128.png", "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "96": "logo\/48.png" } } |