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 |
| 官方網址 | 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\/*"
]
} | |