Quotes and jokes tab
Displays fresh quote and Chuck joke on every new tab :)
What is Quotes and jokes tab?
Quotes and jokes tab is a Chrome extension developed by Tibor Bucsai, and its main feature is "Displays fresh quote and Chuck joke on every new tab :)".
Extension Screenshots
Download Quotes and jokes tab Extension CRX File
Download Quotes and jokes tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Displays a fresh quote or Chuck N. joke on every new tab :)
Extension Basic Information
Name | |
ID | gbdjoganfjlikmfhjfbkifodlapcdghe |
Official URL | https://chrome.google.com/webstore/detail/quotes-and-jokes-tab/gbdjoganfjlikmfhjfbkifodlapcdghe |
Description | Displays fresh quote and Chuck joke on every new tab :) |
File Size | 25.29 KB |
Installation Count | 69 |
Current Version | 1.3 |
Last Updated | 2015-07-05 |
Publish Date | 2015-07-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Tibor Bucsai |
Payment Type | free |
Supported Languages | 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 } |