Partis
Partis
什么是Partis?
Partis是由thephntm2开发的Chrome扩展程序,该扩展的主要功能是“Partis”。
扩展截图
下载Partis扩展crx文件
下载Partis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
ID | acnclognfocaknkbndfaoekjdnbaknbd |
官方URL | https://chrome.google.com/webstore/detail/partis/acnclognfocaknkbndfaoekjdnbaknbd |
简介 | Partis |
文件大小 | 8.99 KB |
安装次数 | 106 |
当前版本 | 0.5.2 |
更新时间 | 2014-05-23 |
上架时间 | 2014-05-23 |
评分 | 4.14/5 共7次评分 |
开发者 | thephntm2 |
付费类型 | free |
扩展官网 | http://www.partis.si |
支持的语言 | 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" } |