v2ex.ext
V2EX Extension
Qu'est-ce que v2ex.ext ?
v2ex.ext est une extension Chrome développée par jKey Lu, et sa fonction principale est "V2EX Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension v2ex.ext
Téléchargez les fichiers d'extension v2ex.ext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
1. 在回复和新建主题中添加“微博是个好图床”按钮 2. 鼠标悬浮在头像上时,显示用户信息 3. 添加“只看楼主”按钮 4. 折叠显示部分评论 5. 快速查看被 @ 的人最近一条回复 6. 高亮楼主头像 7. 消息提醒 changelog: 2015-03-21: 0.2.7 添加提醒 2014-11-09: 0.2.4 添加产看 at他的所有回复的功能 2014-05-30: 0.2.2 修复 powertip 中一行文字太长不会自动换行的问题 2014-05-30: 0.2.1 把只看放到时间右边 2014-05-29: 0.2.0 一些小更新,并且可以拖拽图片到文本框里上传图片 2013-05-31: 0.1.1 修改折叠符号颜色,让 v2ex 的 cdn 站点也能运行
Informations de Base sur l'Extension
Nom | v2ex.ext |
ID | cibnlngbgpkcmbiilfdeekaojmfhimag |
URL Officiel | https://chromewebstore.google.com/detail/v2exext/cibnlngbgpkcmbiilfdeekaojmfhimag |
Description | V2EX Extension |
Taille du Fichier | 48.77 KB |
Nombre d'Installations | 659 |
Version Actuelle | 0.2.8 |
Dernière Mise à Jour | 2015-05-18 |
Date de Publication | 2015-05-18 |
Évaluation | 4.88/5 Total 32 Évaluations |
Développeur | jKey Lu |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "v2ex.ext", "version": "0.2.8", "manifest_version": 2, "description": "V2EX Extension", "homepage_url": "https:\/\/github.com\/jkeylu\/v2ex.ext", "author": "jKey Lu", "icons": { "16": "v2ex.ico", "48": "v2ex.ico", "128": "v2ex.ico" }, "permissions": [ "alarms", "notifications", "storage", "*:\/\/*.weibo.com\/", "*:\/\/*.v2ex.com\/", "*:\/\/v2ex.com\/" ], "options_page": "option\/options.html", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.v2ex.com\/*", "*:\/\/v2ex.com\/*" ], "css": [ "css\/jquery.powertip.min.css", "css\/v2ex.ext.css" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/jquery.powertip.min.js", "js\/v2ex.ext.js" ], "run_at": "document_start" } ] } |