Revolver Tabs - Kangal Edition
Revolver Tabs - Kangal Edition
Revolver Tabs - Kangal Editionとは何ですか?
Revolver Tabs - Kangal EditionはTufan Tunçによって開発されたChromeの拡張機能で、その主な機能は「Revolver Tabs - Kangal Edition」です。
拡張機能のスクリーンショット
Revolver Tabs - Kangal Edition拡張機能のCRXファイルをダウンロード
Revolver Tabs - Kangal Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically rotate through open tabs with "Kangal" power. This version made especially for Yiğido's. Every hour, at 58th minute, you can show a website about Sivas or Kangal's. Minutes and websites can customizable. Best regards.
拡張機能の基本情報
名前 | |
ID | codppfgckgaiebkheenafhhlblmaihig |
公式URL | https://chrome.google.com/webstore/detail/revolver-tabs-kangal-edit/codppfgckgaiebkheenafhhlblmaihig |
説明 | Revolver Tabs - Kangal Edition |
ファイルサイズ | 12.51 KB |
インストール数 | 2,000 |
現在のバージョン | 1.0 |
最終更新日 | 2019-04-18 |
公開日 | 2019-04-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tufan Tunç |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tufantunc/Revolver-Tabs-Kangal-Edition |
ヘルプページのURL | https://github.com/tufantunc/Revolver-Tabs-Kangal-Edition/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Revolver Tabs - Kangal Edition", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "kangal_19.png", "default_title": "Revolver Tabs - Kangal Edition" }, "description": "Revolver Tabs - Kangal Edition", "icons": { "128": "kangal_128.png", "48": "kangal_48.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs", "idle" ], "version": "1.0" } |