Partis
Partis
What is Partis?
Partis is a Chrome extension developed by thephntm2, and its main feature is "Partis".
Extension Screenshots
Download Partis Extension CRX File
Download Partis 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
New theme for Partis.si Without ADS. Faster loading New search function. Type "p" in to browsers TITLE BAR and hit space, then type the search word... hit enter and u are done with searching. Update Removed stupid login flash ADs... Added right click search (just select text and right click on it)
Extension Basic Information
Name | |
ID | acnclognfocaknkbndfaoekjdnbaknbd |
Official URL | https://chrome.google.com/webstore/detail/partis/acnclognfocaknkbndfaoekjdnbaknbd |
Description | Partis |
File Size | 8.99 KB |
Installation Count | 106 |
Current Version | 0.5.2 |
Last Updated | 2014-05-23 |
Publish Date | 2014-05-23 |
Rating | 4.14/5 Total 7 Ratings |
Developer | thephntm2 |
Payment Type | free |
Extension Website | http://www.partis.si |
Supported Languages | sl |
manifest.json | |
{ "name": "Partis", "description": "Partis", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "css": [ "css.css" ], "js": [ "partis.js" ], "matches": [ "http:\/\/www.partis.si\/*", "http:\/\/partis.si\/*" ] } ], "icons": { "16": "icon48.png" }, "permissions": [ "tabs", "contextMenus", "*:\/\/*.partis.si\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5.2" } |