Truism tab
See a Jenny Holzer Truism quote every time you open a new tab.
What is Truism tab?
Truism tab is a Chrome extension developed by davidmicaharagon, and its main feature is "See a Jenny Holzer Truism quote every time you open a new tab.".
Extension Screenshots
Download Truism tab Extension CRX File
Download Truism 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
Jenny Holzer's Truisms is an art project that condenses impactful wisdom into blunt copy. Gain some perspective every time you open a new tab.
Extension Basic Information
Name | |
ID | hpocpkhfplfnckihkeonjpdpiiokkpie |
Official URL | https://chrome.google.com/webstore/detail/truism-tab/hpocpkhfplfnckihkeonjpdpiiokkpie |
Description | See a Jenny Holzer Truism quote every time you open a new tab. |
File Size | 157 KB |
Installation Count | 20 |
Current Version | 0.0.6 |
Last Updated | 2013-10-16 |
Publish Date | 2013-10-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | davidmicaharagon |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truism tab", "version": "0.0.6", "manifest_version": 2, "description": "See a Jenny Holzer Truism quote every time you open a new tab.", "icons": { "128": "icons\/truism_tab.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "http:\/\/*\/*", "tabs" ] } |