Dan's Sitecore Shortcuts
A list of Sitecore shortcuts
什麼是Dan's Sitecore Shortcuts?
Dan's Sitecore Shortcuts是由Dan開發的Chrome擴展程式,該擴展的主要功能是“A list of Sitecore shortcuts”。
擴展截圖
下載Dan's Sitecore Shortcuts擴展crx文件
下載Dan's Sitecore Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A VERY basic list of locations within Sitecore
Use:
1) Go to your Sitecore domain
2) Click buttons 擴展基本資訊
| 名稱 | |
| ID | jgcceehndffhpbfhniommafnjhgoembf |
| 官方網址 | https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf |
| 簡介 | A list of Sitecore shortcuts |
| 檔案大小 | 88.61 KB |
| 安裝次數 | 47 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2013-10-16 |
| 上架時間 | 2013-10-16 |
| 開發者 | Dan |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dan's Sitecore Shortcuts",
"version": "0.0.1",
"manifest_version": 2,
"description": "A list of Sitecore shortcuts",
"icons": {
"16": "icons\/sc-16x16.png",
"48": "icons\/sc-48x48.png",
"128": "icons\/sc-128x128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/sc-19x19.png",
"38": "icons\/sc-38x38.png"
},
"default_title": "Dan's Sitecore Shortcuts",
"default_popup": "browseraction\/popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
]
} | |