S1 Demo
Opens Salesforce1 Mobile in a new phone-sized window.
S1 Demoとは何ですか?
S1 Demoはjoshua.birkによって開発されたChromeの拡張機能で、その主な機能は「Opens Salesforce1 Mobile in a new phone-sized window.」です。
拡張機能のスクリーンショット
S1 Demo拡張機能のCRXファイルをダウンロード
S1 Demo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension adds a small phone icon in the omnibar if you are on a current salesforce.com instance.  Clicking the phone icon will open a window with roughly the same resolution as an iPhone 5 to the one/one.app for that Salesforce instance.  Handy for doing quick demos of Salesforce1 mobile applications on a desktop browser.
UPDATE: It appears in Summer '16 Lightning may have to be enabled to run Salesforce1 in a browser.  I believe it only needs to be enabled on the org/instance level.  
I'm looking into this, but if it is determined at the org level it is out of my control.                     拡張機能の基本情報
| 名前 |   |  
| ID | kalbgfbifcaigjnkgagbeimcflnaijmc | 
| 公式URL | https://chromewebstore.google.com/detail/s1-demo/kalbgfbifcaigjnkgagbeimcflnaijmc | 
| 説明 | Opens Salesforce1 Mobile in a new phone-sized window. | 
| ファイルサイズ | 11.41 KB | 
| インストール数 | 2,526 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2016-06-09 | 
| 公開日 | 2016-06-09 | 
| 評価 | 4.17/5 合計 24 レビュー | 
| 開発者 | joshua.birk | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/joshbirk/Chrome-S1Demo | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "S1 Demo",
    "description": "Opens Salesforce1 Mobile in a new phone-sized window.",
    "version": "1.2",
    "icons": {
        "128": "iphone.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.salesforce.com\/",
        "*:\/\/*.force.com\/",
        "webRequest",
        "*:\/\/*.salesforce.com\/",
        "*:\/\/*.force.com\/",
        "webRequestBlocking",
        "*:\/\/*.salesforce.com\/",
        "*:\/\/*.force.com\/"
    ],
    "page_action": {
        "default_name": "S1 Demo",
        "default_icon": "iphone.png"
    }
}  |  |