Quotes and jokes tab
Displays fresh quote and Chuck joke on every new tab :)
Vad är Quotes and jokes tab?
Quotes and jokes tab är en Chrome-tillägg utvecklad av Tibor Bucsai, och dess huvudfunktion är "Displays fresh quote and Chuck joke on every new tab :)".
Tilläggsskärmbilder
Ladda ner Quotes and jokes tab-förlängningens CRX-fil
Ladda ner Quotes and jokes 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
Displays a fresh quote or Chuck N. joke on every new tab :)
Grundläggande Information om Tillägg
Namn | |
ID | gbdjoganfjlikmfhjfbkifodlapcdghe |
Officiell webbadress | https://chrome.google.com/webstore/detail/quotes-and-jokes-tab/gbdjoganfjlikmfhjfbkifodlapcdghe |
Beskrivning | Displays fresh quote and Chuck joke on every new tab :) |
Filstorlek | 25.29 KB |
Antal Installationer | 69 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2015-07-05 |
Publiceringsdatum | 2015-07-05 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Tibor Bucsai |
Betalningssätt | free |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotes and jokes tab", "description": "Displays fresh quote and Chuck joke on every new tab :)", "version": "1.3", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "\/img\/quotes-jokes-16.png", "48": "\/img\/quotes-jokes-48.png", "128": "\/img\/quotes-jokes-128.png" }, "permissions": [ "http:\/\/www.iheartquotes.com\/", "http:\/\/api.icndb.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2 } |