Testing Daily | The Tester's Home Page

Get the feed of the latest testing news.

Co je Testing Daily | The Tester's Home Page?

Testing Daily | The Tester's Home Page je rozšíření Chrome vyvinuté https://selectorshub.com, a jeho hlavní funkcí je „Get the feed of the latest testing news.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Testing Daily | The Tester's Home Page

Stáhněte si soubory rozšíření Testing Daily | The Tester's Home Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Testing Daily | The Tester's Home Page Testing Daily | The Tester's Home Page
ID fpnceijpmnhdfjpgkaofcehohifomecd
Oficiální URL https://chromewebstore.google.com/detail/testing-daily-the-testers/fpnceijpmnhdfjpgkaofcehohifomecd
Popis Get the feed of the latest testing news.
Velikost souboru 2.29 MB
Počet instalací 9,325
Aktuální Verze 1.1.0.9
Poslední Aktualizace 2024-01-23
Datum Vydání 2022-11-08
Hodnocení 4.95/5 Celkem 147 Hodnocení
Vývojář https://selectorshub.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://selectorshub.com/testing-daily/
URL Stránky Nápovědy http://selectorshub.com/
URL Stránky Zásad Ochrany Soukromí https://selectorshub.com/privacy-policy
Podporované Jazyky 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"
    }
}