Simple Tab Slideshow
A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.
Simple Tab Slideshowとは何ですか?
Simple Tab SlideshowはAlexandre Braultによって開発されたChromeの拡張機能で、その主な機能は「A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.」です。
Simple Tab Slideshow拡張機能のCRXファイルをダウンロード
Simple Tab Slideshow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable. 拡張機能の基本情報
| 名前 | |
| ID | phcfegbcdbhkdhcpjoafmdagbolebdei |
| 公式URL | https://chrome.google.com/webstore/detail/simple-tab-slideshow/phcfegbcdbhkdhcpjoafmdagbolebdei |
| 説明 | A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable. |
| ファイルサイズ | 13.86 KB |
| インストール数 | 304 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2014-06-17 |
| 公開日 | 2014-06-17 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Alexandre Brault |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"script.js"
]
},
"icons": {
"128": "icon.png",
"48": "icon-48.png"
},
"browser_action": {
"default_icon": {
"19": "icon-play-19.png",
"38": "icon-play-38.png"
},
"default_title": "Rotate tabs"
},
"manifest_version": 2,
"name": "Simple Tab Slideshow",
"permissions": [],
"version": "0.1"
} | |