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 |
官方網址 | 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" } |