Fancy Motivation Tab

Override the new tab page with a Motivation Fancy

Vad är Fancy Motivation Tab?

Fancy Motivation Tab är en Chrome-tillägg utvecklad av LONG LA, och dess huvudfunktion är "Override the new tab page with a Motivation Fancy".

Tilläggsskärmbilder

screenshot

Ladda ner Fancy Motivation Tab-förlängningens CRX-fil

Ladda ner Fancy Motivation 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

                        Make the new tab look fancy with motivational quote. to see how it looks, go to https://longla.github.io/Inspirely/#/motivatives                    

Grundläggande Information om Tillägg

Namn Fancy Motivation Tab Fancy Motivation Tab
ID igbkklljibhkighkhflfhdcjglmfdejp
Officiell webbadress https://chromewebstore.google.com/detail/fancy-motivation-tab/igbkklljibhkighkhflfhdcjglmfdejp
Beskrivning Override the new tab page with a Motivation Fancy
Filstorlek 37.33 MB
Antal Installationer 82
Aktuell Version 1.0.0
Senast Uppdaterad 2016-08-09
Publiceringsdatum 2016-08-09
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare LONG LA
Betalningssätt free
Tilläggswebbplats https://longla.github.io/Inspirely/#/motivatives
Hjälpsida URL https://longla.github.io/Inspirely/#/motivatives
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fancy Motivation Tab",
    "description": "Override the new tab page with a Motivation Fancy",
    "short_name": "Motivation Tab",
    "minimum_chrome_version": "24.0.1307.0",
    "version": "1.0.0",
    "icons": {
        "16": "Quotation-Marks-16.png",
        "128": "Quotation-Marks-128.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}