Thoughtful Tab
Inspiring & Thoughtful Quotes With Every New Tab
Wat is Thoughtful Tab?
Thoughtful Tab is een Chrome-extensie ontwikkeld door sourav204, en de belangrijkste functie is "Inspiring & Thoughtful Quotes With Every New Tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Thoughtful Tab
Download Thoughtful Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | dfdpnfjofanhigifgpfjjheeohdofnjm |
| Officiële URL | https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm |
| Beschrijving | Inspiring & Thoughtful Quotes With Every New Tab |
| Bestandsgrootte | 7.03 KB |
| Aantal Installaties | 1,288 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-07-19 |
| Publicatiedatum | 2018-07-19 |
| Beoordeling | 4.13/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | sourav204 |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://ats.imsourav.com/privacy-policy.php |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Sourav Pradhan",
"homepage_url": "http:\/\/imsourav.com",
"name": "Thoughtful Tab",
"description": "Inspiring & Thoughtful Quotes With Every New Tab",
"version": "1.1",
"background": {
"scripts": [
"bg.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/icon19x19.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |