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]
拡張機能の基本情報
名前 | |
ID | fpnceijpmnhdfjpgkaofcehohifomecd |
公式URL | 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 |
Eメール | [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" } } |