Simplytest.me
A Google Chrome extension for simplytest.me
什么是Simplytest.me?
Simplytest.me是由arshad开发的Chrome扩展程序,该扩展的主要功能是“A Google Chrome extension for simplytest.me”。
扩展截图
下载Simplytest.me扩展crx文件
下载Simplytest.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extensions add a simplytest link next to project releases when browsing drupal.org. 扩展基本信息
| 名称 | |
| ID | ajlngamggfmnpkfaenoahgeppofjlmaf |
| 官方URL | https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf |
| 简介 | A Google Chrome extension for simplytest.me |
| 文件大小 | 64.64 KB |
| 安装次数 | 59 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2014-07-03 |
| 上架时间 | 2014-07-03 |
| 开发者 | arshad |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/arshad/simplytest-chrome |
| 帮助页面URL | https://github.com/arshad/simplytest-chrome |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.8",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*.drupal.org\/project\/*",
"*:\/\/*.devdrupal.org\/project\/*"
],
"js": [
"scripts\/jquery.min.js",
"scripts\/script.js"
],
"css": [
"css\/style.css"
]
}
],
"permissions": [
"*:\/\/*.drupal.org\/project\/*",
"*:\/\/*.devdrupal.org\/project\/*"
]
} | |