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" } |