LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
什麼是LightShot Roulette?
LightShot Roulette是由kolossalinc開發的Chrome擴展程式,該擴展的主要功能是“Generates a random link to LightShot and goes to it. Share it with your friends if it's good!”。
擴展截圖
下載LightShot Roulette擴展crx文件
下載LightShot Roulette擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site. 擴展基本資訊
| 名稱 | |
| ID | ggnpgmocgnboafcpdmdojkdaaoddjape |
| 官方網址 | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape |
| 簡介 | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! |
| 檔案大小 | 176 KB |
| 安裝次數 | 3,034 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-03-27 |
| 上架時間 | 2019-03-27 |
| 評分 | 4.50/5 共 10 次評分 |
| 開發者 | kolossalinc |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"48": "lightshot_roulette_logo.png",
"128": "lightshot_roulette_logo.png"
},
"name": "LightShot Roulette",
"author": "Koloss5421",
"description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!",
"version": "1.0",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_title": "Lightshot Roulette"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |