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. 擴展基本資訊
| 名稱 | |
| ID | pbgmdilimejkhndfhekpombdcbagldoe |
| 官方網址 | 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"
}
} | |