Thoughtful Tab
Inspiring & Thoughtful Quotes With Every New Tab
Vad är Thoughtful Tab?
Thoughtful Tab är en Chrome-tillägg utvecklad av sourav204, och dess huvudfunktion är "Inspiring & Thoughtful Quotes With Every New Tab".
Tilläggsskärmbilder
Ladda ner Thoughtful Tab-förlängningens CRX-fil
Ladda ner Thoughtful Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dfdpnfjofanhigifgpfjjheeohdofnjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm |
| Beskrivning | Inspiring & Thoughtful Quotes With Every New Tab |
| Filstorlek | 7.03 KB |
| Antal Installationer | 1,288 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2018-07-19 |
| Publiceringsdatum | 2018-07-19 |
| Betyg | 4.13/5 Totalt 15 Betyg |
| Utvecklare | sourav204 |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://ats.imsourav.com/privacy-policy.php |
| Stödda Språk | 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"
}
} | |