Random Tv Tropes Page
Opens a random Tv Tropes Page. YMMV
什么是Random Tv Tropes Page?
Random Tv Tropes Page是由Pong开发的Chrome扩展程序,该扩展的主要功能是“Opens a random Tv Tropes Page. YMMV”。
扩展截图
下载Random Tv Tropes Page扩展crx文件
下载Random Tv Tropes Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Productivity beware! This extension creates a button that will take you to a random Tv Tropes page! Use this wisely! Note: I am not responsible for any use of it... you know what? I strongly suggest that nobody uses this extension. EVER.
扩展基本信息
名称 | Random Tv Tropes Page |
ID | pbgmdilimejkhndfhekpombdcbagldoe |
官方URL | https://chromewebstore.google.com/detail/random-tv-tropes-page/pbgmdilimejkhndfhekpombdcbagldoe |
简介 | Opens a random Tv Tropes Page. YMMV |
文件大小 | 20.1 KB |
安装次数 | 29 |
当前版本 | 1.0 |
更新时间 | 2012-11-29 |
上架时间 | 2012-11-29 |
评分 | 2.00/5 共2次评分 |
开发者 | Pong |
付费类型 | free |
扩展官网 | http://tvtropes.com/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Tv Tropes Page", "version": "1.0", "manifest_version": 2, "description": "Opens a random Tv Tropes Page. YMMV", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |