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" } |